Skip to main content

KOBIL AST Claims

Overview

The main task of this authenticator is to calculate and store ACR and AMR values in the session to enable secure multi-factor authentication (MFA).

note

For a detailed explanation of ACR, AMR, First Factor, and Second Factor, refer to the ACR and AMR Documentation

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. Navigate to Authentication tab
  2. Click Add step
  3. Select the authenticator to proceed with the next step
  4. Keep the default Settings unchanged.

By following these steps, you will be able to successfully configure the authenticator.

KOBIL AST Claims

Configuration

Parameters involved in KOBIL AST Claims

ParameterDescription
AliasName for the overall configured configurations which occurs in particular authenticator.
Authenticator ReferenceAuthenticator Reference Specifies the authentication method used, such as password (pwd), one-time password (OTP). This reference is used to track authentication steps in the authentication flow.
Authenticator Reference Max AgeAuthenticator Reference Max Age specifies the validity period (in seconds) for a completed authentication. Once this time expires, the user must re-authenticate using the specified method.
First FactorEnable First Factor to retreive and store the user's First Factor in the current session. IDP stores the first factor as a hidden attribute against the user.
ACREnable ACR to calculate and store the ACR value based on the user's first and second factors.
AMREnable AMR to store the AMR value in the session.

KOBIL AST Claims

User Flow

  • KOBIL AST Claims can be executed after 1FA-based authenticators since it procures a user's identity validation. For instance, KOBIL Username Password Form authenticator.
  • To retrieve and compute the ACR and AMR values based on the first and second factors, the KOBIL AST login must be included in the authentication flow.
note
  • In case the KOBIL Verify User Identity authenticator is used in the flow as 1FA, it doesn't require the AST flow as it includes a built-in AST login API.
KOBIL AST Claims