keycloak-scim/server_admin/topics/users/con-user-registration.adoc

22 lines
956 B
Text
Raw Normal View History

// Module included in the following assemblies:
//
// server_admin/topics/users.adoc
[id="con-user-registration_{context}"]
2020-10-26 19:16:20 +00:00
= User Registration
2016-05-16 15:17:17 +00:00
[role="_abstract"]
You can use {project_name} as a third-party authorization server to manage application users, including users who self-register. If you enable self-registration, the login page displays a registration link so that user can create an account.
2016-05-16 15:17:17 +00:00
.Registration Link
image:{project_images}/registration-link.png[]
2016-05-16 15:17:17 +00:00
A user must add profile information to the registration form to complete registration. The registration form can be customized by removing or adding the fields that must be completed by a user.
2016-05-16 15:17:17 +00:00
2020-10-28 15:44:01 +00:00
include::proc-enabling-user-registration.adoc[leveloffset=3]
include::proc-registering-new-user.adoc[leveloffset=3]
2016-05-16 15:17:17 +00:00
[role="_additional-resources"]
.Additional resources
* For more information on customizing user registration, see the link:{developerguide_link}[{developerguide_name}].