Different logout scenarios
Hello,
I'm looking into the logout flow. And I noticed that when logging out in one browser, you log out for all logged in users in that browser. This is the intended behavior according to this document I found: https://zitadel.com/docs/guides/integrate/login/oidc/logout#scenarios.
However, I would prefer the described second scenario for my application. Is it possible to switch to this setting within Zitadel?
ZITADEL Docs
This guide shows you the different concepts and use cases of the logout process and how to use it in ZITADEL.
4 Replies
hi @KvH At the moment we only have the possibility to logout all users. However, we have now built our new session api, which allows you to build your own login ui. And we are currently also working on a new login ui, which is based on that session api. whit that we will be able to handle more possibilities in the future
ZITADEL Docs
This API is intended to manage sessions in a ZITADEL instance.
This project is in beta state. It can AND will continue breaking until the services provide the same functionality as the current login.
ZITADEL Docs
In the following guides you will learn how to create your own login UI with our APIs. The different scenarios like username/password, external identity provider, etc. will be shown.
Hey Fabienne, thanks for the fast reply. I'll check out the links you send and look forward to what the new login UI has in store for us in the future.