SSO apps and logout from a single app

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?

Yes, just don’t perform single logout. Just kill your session :person_fencing: and revoke your tokens.

If I kill the session from the WebUi client for example, that will kick me out from the desktop client as well, both share the same session because of the SSO.
Revoking individual tokens is not supported; I can only revoke sessions