Skip to main content

Account - KOBIL Change Phone

Account - KOBIL Change Phone

note
  • This authenticator has been deprecated from IDP 5.0.0.

This execution has the following main tasks

  • To add/update the phone number 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 Settings button and select Config. The authenticator configuration screen will appear. Then enter your config data.

Account KOBIL Change Phone flow

Configuration

Parameters involved in Account - KOBIL Change phone execution
ParameterDescription
IDUnique system UUID, which will be assigned automatically to record in a database.
AliasName for the overall configured configurations which occurs in particular authenticator.(Example: phone)
Force Phone VerificationEnable for mandatory phone verification, even if the phone is already verified.
Phone Verification Code TTLSpecify the validity period for the verification code. (Example: 2d for days, 2h for hours, 2s for seconds.) The default value is 1h.
Phone Verification Code LengthSet the length of the SMS code. The default value is 6.
Show Phone ConfirmationTurn on to display the phone confirmation view.
Phone Retry LimitDefine the phone retry limit. The default value is 5.
Phone Retry DelaySet the phone retry delay in seconds; with each attempt, the previous time will be doubled. The default value is 5 seconds.
Template of text to send to the userAdd a phone message template; supported attributes include {first_name}, {last_name}, {code}, and {expiration}.

Account KOBIL Change phone flow

User Flow

Execution Flow

This execution contains the following main steps:

  1. KOBIL Change Phone must be preceded by another authenticator since it procures a username from this precedent authenticator. For instance: KOBIL Login for user identification.
  2. On successful authentication, the user phone number will be added/updated.
    2a. If the phone number is already present, the OTP will be sent to the new number which we entered, once the user enters the valid OTP the phone number will be updated.
    2b. If the phone number is not present, the OTP will be sent to the new number which we entered, once the user enters the valid OTP the new number will be added.
Account KOBIL Change phone flow