saml-idp / saml_idp

Ruby SAML Identity Provider, best used with Rails (though not required)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To use SP metadata information for IdP configuration.

Zogoo opened this issue · comments

commented

It seems like our README's sample configuration for SP makes people more confused. For example, the following questions are asked by other developers.

  1. #152
  2. #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).