-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
Validation and relay state customization #257
base: master
Are you sure you want to change the base?
Conversation
1 similar comment
Thanks for your contribution.
|
That is a common practice, here from Okta's documentation: https://www.okta.com/integrate/documentation/saml/#single-idp-vs-multiple-idps
Having that said, I agree that for most use cases the validation is important and the default should be going through all possible checks. |
554424c
to
0e61500
Compare
For 2) if you could determine the issuer ID from the SAML response without parsing it fully, you could then construct the corresponding idp at runtime, and not have to skip the basic validation. A suggestion for how that could work is #357 (comment) |
This library is awesome in its simplicity and straightforwardness, nevertheless, I've encountered 2 things that were missing IMO.
Luckily, they were pretty easy to solve: