Skip to content

Proposed validation error for SAML configuration WRT callback URI #119

New issue

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,7 @@ this exception should be thrown:

> No default account store is mapped to the specified application. A default
account store is required for registration.

* If external provider directories are mapped to the application, but `stormpath.web.callback.enabled` has been set to `false`, the end user cannot complete the SAML workflow and this warning should be logged:

> stormpath.web.callback.enabled is set to false, but SAML directories are mapped to this application. Provider login workflows cannot be completed if this callback endpoint is disabled.