I try to make sense of following problem:
There is:
app1.gatekeeper-test.com
app2.other-url.com
Those two Clients(app1, app2) are in the same realm (secured behind 2 Gatekeepers) Both are pointing to the same ressource server - Cookies are fully-scoped.
- I log in as
user1
intoapp1.gatekeeper-test.com
. - I open
app2.other-url.com
in a new tab it logs me automatically in asuser1
. - If I open
app1.gatekeeper-test.com
in a private window I need to login again. - There is nothing which is globally scoped and I can't find the reason how keycloak is determining the user.
How is this possible? There has to be some Frontend-State-Mechanism which lets Keycloak know, that this is user1
, which is trying to access app2? I am quite puzzled... (Tested on Chrome 80.0.3987.87)