Hello!
I have multiple clients (1 realm / 3 client_id). One client call logout (web - frontend), and all other clients logged out too.
I have Angular / React frontends - 3 Spring Java (Kotlin) backends.
GET https://host/auth/realms/one/protocol/openid-connect/logout ?
- client_id=portal
- post_logout_redirect_uri=https://host/web/#/?logoutType=REFRESH_TOKEN_EXPIRED
- id_token_hint=…
How could I disable this feature to not throw out all clients because one of them called logout?
Actually one client writen like this, 15 minutes timeout automatically call the logout, but I could not modify that code…
Thanks!