KEYCLOAK-16918 Set custom user attribute to Name ID Format for a SAML client

This commit is contained in:
i7a7467 2021-04-07 23:55:15 +09:00 committed by Hynek Mlnařík
parent 79ec3f37a5
commit b7574b6f53

View file

@ -116,6 +116,28 @@ Name ID Format::
Name ID Format for the subject. 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. 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. 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:: Root URL::
If {project_name} uses any configured relative URLs, this value is prepended to them. If {project_name} uses any configured relative URLs, this value is prepended to them.