Skip to main content

Account - KOBIL Change Email

Account - KOBIL Change Email

This execution has the following main tasks

  • To change the email id of the user.

Type

ProtocolOpenID Connect 1.0
HTTP methodGET
TypeBrowser Flow
EndpointAuthorization Endpoint
Flow SupportedAuthorization code flow
Implicit flow
Hybrid flow
ResponseID Token, Access Token, Refresh Token
Response Modequery, 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.

Account KOBIL Change Email flow

Configuration

Parameters involved in Account - KOBIL Change Email execution
ParameterDescription
IDUnique system UUID, which will be assigned automatically.
AliasDisplay name of configuration, which occurs in authentication flow. (Example: 1fa)
Email Verification Code LengthProvide the size of the verification code to be sent through email.
Email Verification Code TTLProvide the validity of the verification code. Default value is 1 hour.
Show Email ConfirmationEnable to show email confirmation view.
Email Retry DelaySet 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 waySet the verification way to email.
Login UrlProvide the login url to redirect in case of selecting OTP verification way.
Send Notification to Old EmailEnable to send mail to the Old Email.
Send Notification to New EmailEnable to send mail to the New Email.
Disable email address maskingDisable email address masking at the OTP verification screen.
Restrict redirection for errorEnable to restrict redirection for error messages in OTP Screen.
Custom Action Token Handler NameTo use custom Action token handler if empty, it takes default Action token handler.

Account KOBIL Change Email flow

User Flow

Execution Flow

This execution contains the following main steps:

  1. 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.
  2. 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.
  1. If authentication is successful, the user email id will be changed.

Account KOBIL Change Email flow