You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: