Re: login multiple WOApps by passing same login credentials
Re: login multiple WOApps by passing same login credentials
- Subject: Re: login multiple WOApps by passing same login credentials
- From: Alexis Tual <email@hidden>
- Date: Thu, 01 Mar 2012 20:09:31 +1100
Hi,
if security matters and you have time to learn something new, you need Single Sign On such as CAS :
http://www.jasig.org/cas (easy to setup when deploying in Tomcat)
If not you could implement something like this :
- app1 generate a link to app2 with a token in it
- app2 verify if the token is there and call a DA on app1 to ask if it's a valid token
Cheers,
Alex
2012/3/1 Raghavender Bokka
<email@hidden>
Hi folks,
I have two WO apps, both are running using the same user database, and for each app, the user authenticates against that user database before they're let into the app. The userID and the Password are stored in the database table (without encrypted).
Now I have added a link in the app1 that should allow the user to navigate to the app2 using the same login credentials (without the user entering the userID and Password for the app2).
Please advise how this can be achieved or advise how the login credentials are added to the URL so that the user is navigated to the app2 without entering the login credentials.
Thanks in advance for any help.
Rahu
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden