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

No Action Defined for "#{base}/saml/attributes"

mvastola opened this issue · comments

The configuration in the README.md has this line:

config.attribute_service_location = "#{base}/saml/attributes"

.. but neither SamlIdp::IdpController nor SamlIdp::Controller seem to define an method that is meant to be mapped to this route.

Can the documentation be provided to offer example logic to handle this action?