Multiple providers on same host #737
Unanswered
brandonk10
asked this question in
Q&A
Replies: 1 comment 7 replies
-
yes, the redirect URI would be the same for both providers; why would you need to be logged in at 2 providers at the same time? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have 2 realms working fine on the same virtual host, at least independently. If I log into one, any directory protected by the other fails as unauthorized. This is because they, by default, share the same session cookie. OIDCCookie is configurable at the directory level. However, unless I missed a step, all providers need to share the same redirect_uri, which is only at virtual host level. Its the redirect_uri that actually sets the session cookie. I'm probably missing something here, but, if not, would it make sense to allow redirect_uri to be configured/overridden at directory level or in the metadata configuration?
Beta Was this translation helpful? Give feedback.
All reactions