Account - KOBIL Change Email
Account - KOBIL Change Email
This execution has the following main tasks
- To change the email id of the user.
Type
Protocol | OpenID Connect 1.0 |
---|---|
HTTP method | GET |
Type | Browser Flow |
Endpoint | Authorization Endpoint |
Flow Supported | Authorization code flow Implicit flow Hybrid flow |
Response | ID Token, Access Token, Refresh Token |
Response Mode | query, form_post, fragment |
How to configure
To access the config of the execution press the Actions
button and select Config
. The authenticator configuration screen will appear. Then enter your config data.
Configuration
Parameters involved in Account - KOBIL Change Email execution
Parameter | Description |
---|---|
ID | Unique system UUID, which will be assigned automatically. |
Alias | Display name of configuration, which occurs in authentication flow. (Example: 1fa) |
Email Verification Code Length | Provide the size of the verification code to be sent through email. |
Email Verification Code TTL | Provide the validity of the verification code. Default value is 1 hour. |
Show Email Confirmation | Enable to show email confirmation view. |
Email Retry Delay | Set the time delay in seconds between each incorrect attempt. Default value is 5 seconds. Note: This time will be doubled with every consecutive attempt. |
Email Verification way | Set the verification way to email. |
Login Url | Provide the login url to redirect in case of selecting OTP verification way. |
Send Notification to Old Email | Enable to send mail to the Old Email. |
Send Notification to New Email | Enable to send mail to the New Email. |
Disable email address masking | Disable email address masking at the OTP verification screen. |
Restrict redirection for error | Enable to restrict redirection for error messages in OTP Screen. |
Custom Action Token Handler Name | To use custom Action token handler if empty, it takes default Action token handler. |
User Flow
Execution Flow
This execution contains the following main steps:
- KOBIL Change Email must be preceded by another authenticator since it procures a username from this precedent authenticator. For instance: KOBIL Login for user identification.
- Based on the verification way we choose, whether OTP or LINK the response will be sent.
- 2a. If Send Notification to Old Email is enabled, the notification will be sent to the old email.
- 2b. If Send Notification to New Email is enabled, the notification will be sent to the new email.
- If authentication is successful, the user email id will be changed.