| Author |
single sign-on
|
kri shan
Ranch Hand
Joined: Apr 08, 2004
Posts: 1300
|
|
|
I have discrete application on differenet application servers. How can i do single sign-on for all application?
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
Start by selecting a SSO (single sign-on) product to use and then dig into the selected vendor's/product's documentation. Most companies I've seen implement SSO have bought Netegrity SiteMinder (which costs god-knows-how-much) but you'll probably want to look into other options as well. Here's some links I found by Googling: http://www.manageability.org/blog/stuff/single-sign-on-in-java/view http://jaxmagazine.com/itr/online_artikel/psecom,id,587,nodeid,147.html http://www.wedgetail.com/jcsi/sso/description.html http://www-306.ibm.com/software/tivoli/products/access-mgr-e-bus/ http://www.entegrity.com/products/aa/aa.shtml http://www.oblix.com/products/coreid/index.html
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
kri shan
Ranch Hand
Joined: Apr 08, 2004
Posts: 1300
|
|
|
Any open source tool is available for single-sign-on like Nitegrity SiteMinder?
|
 |
todd runstein
Ranch Hand
Joined: Feb 15, 2005
Posts: 64
|
|
|
Don't know anything about the product mentioned, but some good open source java options are CAS (from Yale University) and JOSSO (available on sourceforge).
|
 |
 |
|
|
subject: single sign-on
|
|
|