Skip to content
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

unable to set "NameQualifier" and "SPNameQualifier" for saml:NameID #56

Open
MingZhang-PS opened this issue Nov 15, 2019 · 0 comments
Open

Comments

@MingZhang-PS
Copy link

Describe the problem you'd like to have solved

As stated in saml specification, if the name id format is chosen as "urn:oasis:names:tc:SAML:2.0:nameid-format:persistent", then it may contains NameQualifer and SPNameQualifer in element as below.

saml:Subject
<saml:NameID Format="urn:oasis:names:tc:SAML:2.0:nameid-format:persistent"
NameQualifier="YOURDOMAIN.monday.com" SPNameQualifier="https://monday.com">Your
Unique Identifier</saml:NameID>
</saml:Subject>

However, from the source code of saml20.js, I don't see any way to set the qualifier

Describe the ideal solution

To support receiving "NameQualifier" and "SPNameQualifier" as saml creation options

Alternatives and current work-arounds

N/A

Additional context

@MingZhang-PS MingZhang-PS changed the title unable to set "NameQualifier" and "SPNameQualifier" for saml:Issuer unable to set "NameQualifier" and "SPNameQualifier" for saml:NameID Nov 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant