Hi all, I have the following scenario, a desktop (WPF app) and a web app, both with different clients (ie Desktop and webUi), we are using the SSO feature and is working as expected.
-for example, when I login from the webui my user also logs in to the desktop app.
I want to logout from either desktop or webui clients and not terminate the session for either client.
Is there a way to achieve that?