Replies: 1 comment 5 replies
-
it would be good to check what |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a setup where my Apache sits behind a proxy (nginx ingress controller)
and listens on port 8443.
The Location of the OIDC protected part is very simple
If I send a request to /oidc/ everything works fine, I get redirected to Keycloak
and after authentication I land back on my protected page.
If I request /oidc WITHOUT THE SLASH i get redirected to the container port 8443, not the https port 443
and this redirect fails.
Any ideas where my setup is wrong?
My OIDC settings are very generic, I also set OIDCXForwardedHeaders as per FAQ.:
Help / Input would be appreciated!
Cheers.
Beta Was this translation helpful? Give feedback.
All reactions