| Author |
Message |
kjb
Joined: 16 Jan 2008
Posts: 27
|
| Posted: Fri Dec 18, 2009 10:55 am Post subject: Multi-Application user admin bridge thingie ? |
|
|
| Any suggestions for user management to allow bridging between web apps which would allow an adimn to set [ or users to request] different permissions for users per app? one username and pswd able to log in once and access various apps at various levels of involvement? |
|
| Back to top |
|
Smark
Joined: 11 Apr 2007
Posts: 66
|
| Posted: Fri Dec 18, 2009 3:30 pm Post subject: |
|
|
I don't fully understand what you're looking for, but if you want users to access multiple services without having relogin you might want to look into CAS (Central Authentication Service).
I have no personal experience with setting up CAS, but you MAY be able to pass data through the service to the application allowing you to preserve permissions. Don't quote me on that though.
Elaboration may help us determine what you should look into! |
|
| Back to top |
|
atambo
Joined: 12 Oct 2009
Posts: 8
|
| Posted: Fri Dec 18, 2009 4:16 pm Post subject: |
|
|
| Maybe use openid or oauth from facebook, twitter, google, etc... |
|
| Back to top |
|
Azathoth
Joined: 07 Dec 2009
Posts: 263
|
| Posted: Fri Dec 18, 2009 5:55 pm Post subject: Re: Multi-Application user admin bride thingie ? |
|
|
kjb wrote: Any suggestions for user management to allow bridging between web apps which would allow an adimn to set [ or users to request] different permissions for users per app? one username and pswd able to log in once and access various apps at various levels of involvement?
Unless web applications themselves support such a level of integration, it would be impossible. |
|
| Back to top |
|
Vance
Joined: 18 Jan 2009
Posts: 350
|
| Posted: Sat Dec 19, 2009 2:25 am Post subject: Re: Multi-Application user admin bride thingie ? |
|
|
Azathoth wrote: Unless web applications themselves support such a level of integration, it would be impossible.
Many apps support LDAP or RADIUS authentication. Don't know if the ones kjb is interested in do. |
|
| Back to top |
|
| |