I am working on implementing SSO using saml. I am able to generate a samle token and sign it using a self signed certificate. Can anyone clarify my below queries?
1) Does the application need to have forms enabled in order to use Saml?
2) How do we validate a user during first hit and redirect the user to an STS to generate a token?
3) How can the generated token be used to acheive SSO?
4) How is the token validated?
5) If we are using Identity and Access provided in vs2012, how to redirect the unauthenticated user to login page (Web forms, not mvc)?
6) Do we need to to have different IDPs for applications in different domains?
I apologise for asking such questions, any help would be appreciated as I am a novice in Saml, SSO.
Go to the complete details ...