-
Notifications
You must be signed in to change notification settings - Fork 475
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
The default NameID format causes problems #65
Comments
Hmm... I don't think the SAML specs really have any bearing on what the default behavior of the library is. They do specifiy that all IDPs have to support I could see If you'd like to submit a PR to update the documentation to cover this as a gotcha, that would be welcome! |
The nameid-format currently defaults to:
urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress
This can causes problems for those IdPs that do not support this specific format e.g. TestShib.
I believe that the SAML specs indicate default should be:
urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified
I understand that the default can be overidden easily using the
identifierFormat
however I think it would be better if the default was set to the least restrictive option.Thanks for maintaining a great bit of kit.
The text was updated successfully, but these errors were encountered: