KOBIL User Password Registration
KOBIL User Password Registration
This execution has the following main tasks to register the user password on IDP Provider.
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 KOBIL User Password Registration execution
Parameter | Description |
---|---|
ID | Unique system UUID, which will be assigned automatically. |
Alias | Display name of configuration, which occurs in authentication flow. (Example: 1fa) |
Match Password Policy | Enable to match generated password with password policy. |
Auto Generate One Time Password | Enable to generate password. |
Auto Generate One Time Password Size | Set size of auto generate password: default: 8 |
Auto Generate One Time Password Type | Set type of auto generate password: default: Alphanumeric. |
Auto Generate Password Character Set | Set of specified characters to generate the password. |
One Time Password Expiry | Set One time password expiry, for days 2d, for hours 2h, for minutes 2m, for secs 2s. |
Disable Update Password Event | Enable to stop triggering update password, after successfully completing the password registration. |
Hash and store secret password | In hashed format, user's secret password will be stored. |
Header on filtering secret credential ID, when Verify Secret Password is enabled | The data in the specified header will be appended with credential ID to verify the secret password. |
Select Way of Next Step | Select Option to proceed to next step, login will redirect to login page and continue to move to next step. |
Do login | Set the url which needs to be redirected. |
Redirect URL | Specify the Redirect URL to include in all pages. |
Form Texts Script | Include custom texts to be displayed in the Form with support for different locale. |
JSON Script for Headless V2 theme | JSON to display inputs in Headless V2 theme. |
User Flow
Execution Flow
This execution contains the following main steps:
- It is mandatory that KOBIL User Password Registration must be preceded by another Authenticator, since it procures username from this precedent authenticator. For instance: KOBIL Login for user identification.
- User provides username.
- Execution verifies if the username exists on IDP Provider.
- User is requested to update the new password and confirm the same.