The user registration self-service is a process within the Loginapp that allows new users to register, i.e., to create a user account in Airlock IAM.
During the self-registration process, the necessary data about the new users is collected, and, depending on the configuration, they can immediately be given access to all or only specified applications.
The self-registration process is highly configurable and can be customized and extended.
- The process is typically structured as follows (example):
- Enter context data (such as email address, name, date of birth, address, nationality, etc.).
- Accept the terms of services.
- Verify the provided email address and or mobile phone number.
- Choose username and password.
- Set other properties (e.g. roles and auth method).
- Persist the user account.
The Loginapp REST UI is much more flexible regarding the user registration self-service than the JSP-Loginapp:
- JSP-Loginapp: The steps in the self-registration process are more or less fixed.
- Loginapp REST UI and Loginapp REST API support
- Highly customized self-registration flows.
- Different flows for specific purposes.