'How to logout all sessions?

Keycloak Admin UI > Manage > Sessions > Logout all. Nothing happens, the app still works. How to implement this?

Using Node.js, and keycloak-connect.

enter image description here



Solution 1:[1]

keycloak-connect middleware should support Keycloak's Adapter REST API. Please try to set the Admin URL in your client config to the URL of your node.js app.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 sventorben