PDA

View Full Version : Single Sign On


mukti_furtado
Sep 25th, 2006, 07:49 AM
Is Single Sign On possible through Spring.
A user will be basically accessing my J2EE web application running on an application server (Websphere). I need to know the users windows login username.

rasky
Sep 25th, 2006, 09:00 AM
This is very much out of scope of the Spring LDAP project. I'd recommend you to have a look at Acegi security for Spring (http://www.acegisecurity.org) or a CAS implementation, e.g. ja-sig CAS (http://www.ja-sig.org/products/cas/)

jhausherr
Sep 25th, 2006, 10:30 AM
For SSO Acegi and CAS is definitely a way to go. If you are looking for transparent SSO with IE then you should google for SPNEGO-Solutions like the ones offered by www.it-practice.dk (http://www.it-practice.dk) (looks quite nice and it is cheap). IBM also has Information on SPNEGO with Websphere http://http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/csec_SPNEGO_overview.html

AFAIK SPNEGO is supposed to be supported by Java 6 out-ouf-the-box (but iGuess Websphere will take some time to migrate to Java 6)