Skip to main content

KOBIL AST TMS V2

Overview

The main task of this execution is to authenticate the user based on accepting or declining a confirmation message called a transaction.

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 configure the authenticator, follow these steps

  1. Select the Settings button
  2. Click Config.

Choose the actions you want to proceed with and enter the necessary configuration data. By following these steps, you will be able to successfully configure the authenticator.

KOBIL AST TMS

Configuration

Parameters involved in KOBIL AST TMS
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: User Group)
Authentication Flow Type Type of the Authentication Flow.
ACR level to list devices Devices to list for sending tms request with greater than or equal to specified ACR.
(Note: Not applicable for flow type Step-Up).
Skip If No Target ACR DevicesIf enabled the transaction will be skipped. Else, authenticator will be executed.
Web portal device nameConfigure the device name to be displayed in the web portal.
Enable TMS Push NotificationEnable to send contents present in the Push notification title and
Push notification body.
Push notification titleConfigure the specific push notification title's message key to fetch value from Realm localization with locale support or message bundles will send actual title text to the Master device.
Push notification bodyConfigure the specific push notification text's message key to fetch value from Realm localization with locale support or message bundles will send actual title text to the Master device.
Show success pageEnabled to show the success page after completing the TMS flow.
Transaction Message  Message to be sent as a part of TMS. Use placeholders {userid} and {token} to send login.
Skip JSON ScriptIf enabled JSON script will not be displayed.
Skip Device SelectionEnabled and device ID should present in the header so that device selection option can be skipped.
Reset flow if user abortsEnable to redirect Username Password request page.
JSON Script JSON to display inputs in Headless V2 theme.
JSON Error Script JSON to display the error messages in Headless V2 theme.

KOBIL AST TMS

User Flow

This execution contains the following main steps:

  1. KOBIL AST TMS must be preceded by 1FA since it procures a user's identity validation from this precedent Authenticator. For instance: KOBIL Username Password.
  2. When an user executes the flow, the user will be authenticated and the transaction will be initiated.

Note: The TMS Transaction Keys are required to trigger the transaction.

KOBIL AST TMS