java - How to implement Single Sign On using Spring and Active Directory -
i have spring based web app implement single sign on solution on.
the basic flow be:
1) user logs in windows workstation/desktop pc (authenticating against organisation's active directory)
2) user opens browser , navigates spring web app.
3) spring web app somehow confirms user authenticated against ad , seamlessly lets them in. i.e. no challenge username , password. infact, spring web app never show login form.
obviously it's step 3 having trouble with.
i have looked @ spring security, kerberos, spnego think i've confused myself.
if makes difference using java 6, running on jetty spring 3. jetty instance running on *nix machine.
i have implemented same thing client. using spring-saml in our spring based web application (acts service provider) , adfs identity provider(idp).
you can take this link configuration part. out if face problem related implementation or setup issue.
basically web-app act sp , adfs treated idp. need exchange both metadata file nothing certificate communication.
Comments
Post a Comment