keycloak-scim/server_admin/topics/users/attributes.adoc

17 lines
882 B
Text
Raw Normal View History

[[_user-attributes]]
2016-05-13 21:07:07 +00:00
=== User Attributes
Beyond basic user metadata like name and email, you can store arbitrary user attributes. Choose a user to manage
then click on the `Attributes` tab.
2016-05-13 21:07:07 +00:00
.Users
2017-08-28 12:50:14 +00:00
image:{project_images}/user-attributes.png[]
2016-05-13 21:07:07 +00:00
Enter in the attribute name and value in the empty fields and click the `Add` button next to it to add a new field.
Note that any edits you make on this page will not be stored until you hit the `Save` button.
NOTE: Some attributes that are read-only and are not supposed to be updated by the administrators. This includes attributes, which are read-only
by design like for example `LDAP_ID`, which is filled automatically by the LDAP provider. Some other attributes should be read-only for
typical user administrators due to security reasons. See the details in the link:#_read_only_user_attributes[Threat model mitigation chapter].