Hey there,
We’ve got two basic apache24 with mod_auth_mellon domains set up, each having its own client configs (cloak and dagger) in the same realm. Each has a public section, and a /private section, and the private section only requires valid-user.
What we would like, is when you are authenticated to cloak.foo.org, and you try and access https://dagger.foo.org/private, rather than being redirected to log in again, for keycloak to simply recognize that a valid session exists, and pass it on to the other server.
This feels related to cookies somehow, but nothing I can find on the forums points to this. Is this something I have to change in keycloak or in the mellon configs?