Im a newbie to the SSO concept and SAML.My requirement is in detail below :
- having a common login page. End user will be logged in using credentials;
- once the user is logged in, he will be redirected to my application. From there, we will have links to other application.
Here, my application is working as Service Provider. My question is : as SP, how could I generate SAML 2.0 request to other applications from mine? How to check whether my application supports SAML 2.0?(its java based). To conclude, how to generate and send/receive digital signatures through SAML 2.0?
Can anyone please explain me the flow first then direct me to some link?