KOBIL Remember Cookie Authenticator
KOBIL Remember Cookie Authenticator
The main use case is to check the flow based on the cookie if it is saved previously. It works similar to conditional authenticator, here the flow is executed based on the cookie name and flow type specified in the authenticator config.
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 access the config of the execution press the Actions
button and select Config
. The authenticator configuration screen will appear. Then enter your config data.
Configuration
Parameters involved in KOBIL Remember Cookie Authenticator execution
Parameter | Description |
---|---|
Alias | Provide an alias name for the configuration to be set. This will be displayed in the authentication flow configuration. |
Cookie Name | Provide a cookie name to validate the flow. For Example: KOBIL_QR_REMEMBER_ME |
Enable for alternate flow | Enable this option to switch to a different flow once the cookie is stored; otherwise, the same flow will be used for execution. |
Execution Flow
This execution contains the following main steps:
-
KOBIL Remember Cookie Authenticator is a dependent authenticator and it should be used with any precedent authenticators. For instance KOBIL QR.
-
When the Alternate flow is Enabled, the cookie will be saved throughout execution. During the next execution, the user will be allowed to switch to a different flow.