Skip to main content

Account- KOBIL Manage Devices

Account - KOBIL Manage Devices

This execution has the following main tasks

  • Manage devices will return a list of actions that can be performed for the given user devices (Example: Lock, Unlock and Delete).

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 Manage Devices flow

Configuration

Parameters involved in Account - KOBIL Manage Devices execution
ParameterDescription
IDUnique system UUID, which will be assigned automatically.
AliasDisplay name of configuration, which occurs in authentication flow. (Example: Manage Devices)
Enable Lock/Unlock OptionEnable to provide lock and unlock options.
Enable Delete OptionEnable to provide delete options.
AST Device Delete ActionSelect the flow to delete the device from AST.
Order Devices bySelect on which order the registered device should display for the user.
Show Success PageEnable to show success page in the flow.
Select Way of Next StepChoose your way to continue the flow. Redirect will move to URL provided in navigation URL. Continue will move to next step.
Navigation URLProvide an URL if you need any navigation option from devices page.
Enable NotificationsEnable to send notifications.
User Attribute Name for no devicesProvided attribute will be added for user when user deletes all his available devices. NOTE: This is a combination hence if provided, attribute value present below should not be null or empty.
User Attribute Value for no devicesProvided value will be added for user when user deletes all his available devices. NOTE: This is a combination hence if provided, attribute name present above should not be null or empty.

Account KOBIL Manage Devices flow

User Flow

Execution Flow

This execution contains the following main steps:

  1. KOBIL Manage device 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 next step way we choose, whether Redirect or Continue the response will vary.
    2a. If the next step is chosen as redirect, we will be redirected to the provided URL in configuration tab.
    2b. If the next step is chosen as Continue, we will be redirected to move to the next step of the process.
  1. On successful authentication, the user device will perform the provided action (Example: Lock, Unlock and Delete).
Account KOBIL Manage Devices flow