Jump to content
We've recently updated our Privacy Statement, available here ×

how to work with Single sign-on?


zsrhao

Recommended Posts

Hi all,

 

How could I implement single sign-on when I want to access JI after I have logged in my web application? Is the case that JI has CAS server and what I need do is just code for client?

 

Thank you in advance!

Post edited by: zsrhao, at: 2006/11/30 06:26

Link to comment
Share on other sites

  • Replies 10
  • Created
  • Last Reply

Top Posters In This Topic

  • 3 weeks later...
  • 3 years later...

Hi Sherman,

First of all thanks for replying !

Below is the description of our requirement :

We have one Portal Application and  a jasper application deployed in a weblogic application server domain.

LDAP Authenticator is configured for both the applications and we are able to login into both the applications using LDAP users.

Now once the user is authenticated at the portal application, on the landing page, there will be one hyper link which points to the jasper application to display the reports. This time when user hits the hyper link of jasper application, he should not be prompted for the reauthentication and should be given access directly  based on the authentication he did at portal application side.

In weblogic server, there are 4 ways by whic we can implement the SSO. Check the below link for details:

http://www.uright.ca/?p=10

We are trying the second option i.e Security Realm Subject.

In this option,  Once the user is authenticated,the user principals are signed and stored in a subject container which is visible to all applications within the same domain.

This option works fine with the simple j2ee applications where we authenticate at first application and can directly access the protected page of the second application. But in case of jasper application it is not working.

Your help in this regard will be highly appericiated .

Thanks in advance,

Subha

Link to comment
Share on other sites

I am not sure if this will help you but when I implemented OAM (Oracle Access Management) and Acegi, I had to create custom AuthenticationProcessingFilter and UserDetailsService.

Check out SiteminderAuthenticationProcessingFilter as an example.

http://www.acegisecurity.org/acegi-security/xref/org/acegisecurity/ui/webapp/SiteminderAuthenticationProcessingFilter.html

Good luck!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...