KEYCLOAK-16918 Set custom user attribute to Name ID Format for a SAML client
This commit is contained in:
parent
79ec3f37a5
commit
b7574b6f53
1 changed files with 22 additions and 0 deletions
|
@ -116,6 +116,28 @@ Name ID Format::
|
|||
Name ID Format for the subject.
|
||||
If no name ID policy is specified in the request or if the Force Name ID Format attribute is true, this value is used.
|
||||
Properties used for each of the respective formats are defined below.
|
||||
You can change the attribute used by the NameID Mapper.
|
||||
|
||||
|===
|
||||
|Name ID Format|Properties/Attributes Used|Example
|
||||
|
||||
|username (unspecified)
|
||||
|Username Property
|
||||
|example_user
|
||||
|
||||
|email
|
||||
|Email Property
|
||||
|example_user@example.com
|
||||
|
||||
|persistent
|
||||
|saml.persistent.name.id.for.$clientId Attribute
|
||||
|G-6e2a1050-0fc0-479b-bf6e-29cd3ccb373b
|
||||
|
||||
|transient
|
||||
|property and attribute values are not used
|
||||
|G-bfb85c10-57d7-4331-81bc-52f104599d79
|
||||
|
||||
|===
|
||||
|
||||
Root URL::
|
||||
If {project_name} uses any configured relative URLs, this value is prepended to them.
|
||||
|
|
Loading…
Reference in a new issue