How do I get Single V1 Session Termination working?
I have enabled OIDC Single V1 Session Termination in the features list, but whenever I log out of an OIDC session it completely logs me out. The request does include the id_token_hint query param and the id_token does include an sid claim.
My use case is using Zitadel as an SSO provider
I do see this note of
Note that currently all sessions from the same user agent (browser) are terminated in the login UI
but I am assuming that this is the old way then with this feature enabled it shouldn't work like that.
I am using the cloud hosted Zitadel v3.2.3.0 Replies