saml_idp
saml_idp copied to clipboard
To use SP metadata information for IdP configuration.
It seems like our README's sample configuration for SP makes people more confused. For example, the following questions are asked by other developers.
- https://github.com/saml-idp/saml_idp/issues/152
- https://github.com/saml-idp/saml_idp/issues/160
I have realized that if we use SP metadata for IdP configuration we can make the configuration process easier. Because, SP metadata itself must exist before SAML response gets generated (before SamlIdp.configure gets called).
+1