Related questions
Web SSO using Java and SAML 2.0
I'd like to write a web application which does the authentication using SAML 2.0 tokens, issued by an identity provider. I understand, according to this question, that there is a viable solution in the PHP world using simpleSAMLphp.
Is there an …
How to implement SAML SSO
How is SAML SSO typically implemented?
I've read this (n.b. obsolete) about using SAML with Google Apps, and the wikipedia entry on SAML.
The wikipedia entry talks about responding with forms containing details of the SAMLRequest and SAMLResponse. Does …