KOBIL QR V2
KOBIL QR V2
The main task of this execution is to verify the user's identity by scanning a QR image that is generated and displayed in the web view. QR code contains random values, known as a nonce, which the user needs to scan using the mobile application (client application).
Type
Protocol | OpenID Connect 1.0 |
---|---|
HTTP method | GET |
Type | Browser Flow |
Endpoint | Authorization Endpoint |
Flow Supported | Authorization code flow Implicit flow Hybrid flow |
Response | ID Token, Access Token, Refresh Token |
Response Mode | query, form_post, fragment |
How to configure
To configure the authenticator, follow these steps
- Select the Settings button.
- Click Config.
Choose the actions you want to proceed with and enter the necessary configuration data. By following these steps, you can successfully configure the authenticator.
Configuration
Parameters involved in KOBIL QR V2 execution
Parameter | Description |
---|---|
ID | A unique system-generated UUID automatically assigned to each database record. |
Alias | Name representing the overall configuration within a specific authenticator. |
TTL of QR | Sets the QR code timeout in seconds (e.g, 20 seconds), with a default of 120 seconds. |
Enable attempted flow | Option to skip the current authenticator/flow and proceed to the next one. |
User Flow
This execution contains following main steps:
-
The web app generates and displays a QR code containing random values, called a nonce. The user scans it using the mobile app, and upon successful authentication, they are logged in.
-
The system will fail authentication due to a transaction timeout if the QR code is not scanned
Note: Timeout seconds can be set by the client as per their requirement in
TTL of QR
configuration.