We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The configuration in the README.md has this line:
README.md
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.
SamlIdp::IdpController
SamlIdp::Controller
Can the documentation be provided to offer example logic to handle this action?
The text was updated successfully, but these errors were encountered:
Zogoo
No branches or pull requests
The configuration in the
README.md
has this line:.. but neither
SamlIdp::IdpController
norSamlIdp::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?
The text was updated successfully, but these errors were encountered: