Reputation: 1446
I am new to the concept of Single Sign On. We already have a Java web application which manages its user. Now the requirement is that the authentication will be provided by the SSO Idp at customer end (using SAML) after which the request will be forwarded to our application. Since I haven't implemented anything like this before, I need to clarify the following queries to proceed further:
There is an internal application at customer end which contains link to many application which makes use of the same SSO IdP. The user can't access internet directly.
Any tutorials or starting point which will help me to understand SSO initiated from IdP side will be helpful.
Thank You.
Upvotes: 3
Views: 1192
Reputation: 5595
SSO i usually done using a ready SSO product for example OpenAM or shibboleth
I recommend reading the technical overview on SAML from Oasis
On my blog I have some posts giving some introduction to SAML
In my book, A Guide To OpenSAML, I also write alot about this
Upvotes: 5