The user management in the Adminapp allows seeing whether a user has stored logins at all and a button to invalidate all stored logins of the user: it is visible in the user's Overview tab as part of the Account State box.
- To enable this feature:
- 1.Go to:
Adminapp >> Users (then open the Advanced Settings group) - 2.Configure the Remember-Me Settings property: make sure to use the same Remember-Me Settings instance as used in the Loginapp REST API configuration.
The main Remember-Me settings are described in 17.2.2.12. Remember-Me settings and configuration for the Loginapp REST API.
To use the feature for the JSP-Loginapp, configure property JSP Loginapp Remember-Me Settings instead. If both properties are configured, the feature works for both loginapp types. This may be useful if some end-users still have Remember-Me cookies issued by the JSP-Loginapp while others have Remember-Me cookies issued by the new loginapp.
Further information and links
- ●Conceptual information and examples: 10.3. Remember-Me in authentication flows
- ●REST API configuration: 17.2.2.12. Remember-Me settings and configuration for the Loginapp REST API
- ●Loginapp REST UI configuration: 17.3.1.1.4. Remember-Me configuration Loginapp REST UI
- ●Service container configuration: 19.6. Remember-Me token cleanup task configuration