| Author |
HI
|
Migrated From Jforum.net
Ranch Hand
Joined: Apr 22, 2012
Posts: 17424
|
|
We integrated Jforum with one application within a single ear. After logging into application, user will click the Jforum link and user should be able to access Jforum. We are using Acegi to store user after authentiction. Acegi puts all user profile information in session.I found different approaches in documentation to achieve SSO. We have no cookies in our application. Which is the best approach to get SSO. If we use request.getRemoteUser() how will it pick up user info from session dynamically.
1)using cookies
2)using request .getRemoteUser
3)Implementing my own SSO class
[originally posted on jforum.net by Bernard A]
|
 |
 |
|
|
subject: HI
|
|
|