Change default NameID Policy for SAML Authentication requests #40353
Labels
>non-issue
:Security/Authentication
Logging in, Usernames/passwords, Realms (Native/LDAP/AD/SAML/PKI/etc)
v8.0.0-alpha1
We set
NameIDPolicy
tourn:oasis:names:tc:SAML:2.0:nameid-format:transient
by default in our SAML Authentication Requests. SinceNameIDPolicy
is optional, we probably should not be making this explicit choice on behalf of the users and default to not setting it all. What's more we do tend to usenameid-persistent
to map toattributes.principal
in our config examples and this is a configuration that should not work by default.The documentation around NameIDs should be enhances so that the relationship between the requested NameID (
nameid_format
) and the possibly parsed value in a configuration likeattributes.principal: nameid-persistent
will be clarified.The text was updated successfully, but these errors were encountered: