OIDCRedirectURI in a Reverse Proxy Setup #722
Unanswered
bendercodes
asked this question in
Q&A
Replies: 1 comment
-
as the docs mention, it needs is to be protected by mod_auth_openidc so it can be anything that lives under |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So when using this module in a reverse proxy setting, where the reverse proxy is proxying requests to different services using an Authorization grant, e.g:
Can we have a single generic redirect URI (
OIDCRedirectURI https://example.com/redirect/oidc
) or does it need to be at the directive level (e.g.OIDCRedirectURI https://example.com/serviceA/redirect
)Do we have to create a dedicated Location directive for the redirect URI or is it sufficient to just list it as part of the configuration, e.g.:
<Location "/redirect/oidc"
>Thank you in advance and I'm happy to submit a PR updating the FAQs if it's helpful for anyone else.
Beta Was this translation helpful? Give feedback.
All reactions