diff --git a/README.md b/README.md index a83e6e8..f5ea4cd 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ Boilerplate for SAML Identity Provider implementation. +## SP-Initiated SSO: Redirect/POST Bindings + +See http://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-tech-overview-2.0.html + +![SAML 2.0](saml.png) + ## Run locally on Docker - `git clone https://github.com/giosil/saml-idp.git` diff --git a/saml.png b/saml.png new file mode 100644 index 0000000..0fac53a Binary files /dev/null and b/saml.png differ