Skip to main content

KOBIL Delete Account

KOBIL Delete Account

The main task of this execution is to Delete the User account.

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.

KOBIL Delete Account

Configuration

Parameters involved in KOBIL Delete Account 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: Delete Account)
Verify User IdentityIf enabled, the user identity is verified in addition to password validation.
User Identity attributeUser property to identify the user for login validation. Default : Email.
User AttributeUser attribute value selected for login validation. This should be set only if the User Identity Attribute value is "user attribute"
Invalid User ID messageMessage to be displayed when the user ID is invalid or user not found.
Invalid credentials messageMessage to be displayed when the user credentials invalid. For default invalid username or password.
Proceed account deletion messageMessage to be displayed when requesting the user to proceed for account deletion.
Confirm account deletion messageMessage to be displayed when requesting confirmation from the user to delete the account.
Account deletion failed messageMessage to be displayed when user deletion gets failed.
JSON ScriptJSON to display inputs in Headless V2 theme.

Parameter specific to Bruteforce feature

ParameterDescription
User temporarily locked messageMessage to be displayed when the user is temporarily locked. Example: User is temporarily locked for %time% minutes.
Reset Bruteforce failure countIf enabled the Bruteforce failure count will be set to 0 on successful login.
User disabled messageMessage to be displayed when the user is disabled. Default Message: User is currently disabled, please contact admin.

User Flow

Execution Flow

This execution contains the following main steps:

  1. 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.

  2. The user will be prompted to enter his/her password. If the password validation succeeds the user account will be deleted.

KOBIL Delete Account