Skip to main content

Condition - KOBIL Scope Check

Overview

The primary execution of the Condition - KOBIL Scope Check authenticator verifies whether the requested scope matches a configured value and optionally evaluates session conditions. If the condition matches, it allows the execution to proceed.

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 the Authentication tab
  2. Click Add step and select the preceding authenticator
  3. Click Add sub-flow
  4. Select the + button to add the conditional authenticator
  5. Click the Settings button
  6. 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-ConditionScopeCheck

Configuration

Parameters involved in Condition - KOBIL Scope Check
ParameterDescription
AliasSpecifies a name for the overall configuration in a particular authenticator. (Example: JSON config)
Remove Session VariableRemoves the session variable from the session if enabled.
ScopeDefines the scope of variables required for the flow to succeed. (Example: OpenID Connect)
Session Key validationSets a condition to check the session status based on the authentication note. (Example:VALID_USER_WITH_OTP = false)

KOBIL-ConditionScopeCheck

User Flow

This execution contains the following mains steps:

  1. Condition - KOBIL Scope Check authenticator must be preceded by another authenticator, as it relies on the preceding authenticator (For instance: KOBIL Cookie).
  2. The execution verifies if the configured scope matches the requested scope and checks session conditions. If both the scope and session conditions match the configured values, the subsequent execution proceeds.
Condition - KOBIL Scope Check