KOBIL Delete Account
KOBIL Delete Account
The main task of this execution is to Delete the User account.
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 Delete Account execution
| Parameter | Description |
|---|---|
| ID | Unique system UUID, which will be assigned automatically. |
| Alias | Display name of configuration, which occurs in authentication flow. (Example: Delete Account) |
| Verify User Identity | If enabled, the user identity is verified in addition to password validation. |
| User Identity attribute | User property to identify the user for login validation. Default : Email. |
| User Attribute | User attribute value selected for login validation. This should be set only if the User Identity Attribute value is "user attribute" |
| Invalid User ID message | Message to be displayed when the user ID is invalid or user not found. |
| Reset Bruteforce failure count | If enabled the Bruteforce failure count will be set to 0 on successful login. |
| Invalid credentials message | Message to be displayed when the user credentials invalid. For default invalid username or password. |
| User disabled message | Message to be displayed when the user is disabled. Default Message: User is currently disabled, please contact admin. |
| User temporarily locked message | Message to be displayed when the user is temporarily locked. Example: User is temporarily locked for %time% minutes. |
| Proceed account deletion message | Message to be displayed when requesting the user to proceed for account deletion. |
| Confirm account deletion message | Message to be displayed when requesting confirmation from the user to delete the account. |
| Account deletion failed message | Message to be displayed when user deletion gets failed. |
| JSON Script | JSON to display inputs in Headless V2 theme. |

User Flow
Execution Flow
This execution contains the following main steps:
-
KOBIL Delete Account must be preceded by 1FA since it procures a user's identity validation from this precedent Authenticator. For instance: KOBIL Configure User Identity.
-
The user will be prompted to enter his/her password. If the password validation succeeds the user account will be deleted.