...
Each attribute of type email
or mobile number
will automatically validated upon registration. This means, the user has to confirm the possession by entering an OTP sent to the appropriate communication device.
Registration
...
If you add the attributes cl_registration_origin
or cl_external_origin
to the core identity type, the attributes will automatically be populated with the application the user registered to and - if applicable - the external Identity Provider he came from. You can then use those attributes in things like workflows.
Registration Workflow
There is not a specific registration workflow that is beeing executed when a new user registers, but you can use the After Create
workflow of the Core Identity Entity to execute any customer specific logic after an registration.
...