The Airlock IAM Remember-Me solution allows simplifying authentication flows for the users based on persistent cookies stored in the user's web browser (or any other client).
When activated, it stores a persistent cookie in the browser after the end-user has been authenticated. The cookie is then processed in subsequent sessions to re-identify the user and may be used for simplifying the authentication flow, e.g., skip the password check.
Note that there is a self-service that allows end-users to view and manage their stored remember-me tokens.
- Typical use-cases for the features are:
- Skip the 1st authentication step by checking a keep me logged-in checkbox on the login page.
- Skip the 2nd authentication step by checking a trust this browser checkbox on the 2nd-factor page.
The Remember-Me feature is both available in the JSP-Loginapp and the Loginapp REST UI.
This article is only valid for the Loginapp REST UI and the Loginapp REST API.
For more information about the JSP-Loginapp solution, see Remember-Me (keep me logged in) with JSP-Loginapp.