This example presents a self-registration using email for channel verification. The same self-registration process could be implemented using an mTAN/SMS phone number for channel verification.
Simplified flowchart

The flow demonstrates 5 steps with the following characteristics:
Step | Type | REST Calls |
---|---|---|
1 | user data registration step | /public/user-self-registration/registration/data/ |
In the Demo configuration a few characteristics are demonstrated: The continue REST call is required to proceed to the next step. | ||
2 | username generation step | None. This step is executed automatically after the successful completion of the previous step. |
For more information on stealth. | ||
3 | email verification step | /public/user-self-registration/verification/email/otp/check/ |
For more details on how this protects against enumeration . | ||
4 | user data registration step | /public/user-self-registration/registration/password/ |
| ||
5 | user persisting step | None. This step is executed automatically after the successful completion of step 4. |
|