end_session with id_token_hint, the SSO session is correctly terminated in Zitadel — but refresh tokens issued to other applications remain valid. This means other frontends can still silently obtain new access tokens via their refresh tokens, effectively keeping the user "logged in" across the board.sid claim) across all applications.end_session with id_token_hint — terminates SSO session only/oauth/v2/revoke itself/auth/v1/users/me/tokens/refresh (revoke all) — works but requires an explicit call from the app on logoutsid) — without building a custom logout orchestration layer?