Replies: 1 comment 4 replies
-
What version of keycloak are you using? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm having some issues with running the apiman manager behind a reverse proxy. I'm using the
docker.io/apiman/wildfly-manager:2.2.3.Final
image, and deploying that in OpenShift. I created a route with tls.I updated that
standalone-apiman.xml
to enableproxy-address-forwarding
for the http-listener.I can navigate to the https endpoint and I am being redirected to keycloak, where I can login (so at this point the redirect_uri is valid https).
But when I'm logged in it only shows
Forbidden
. In the logs I see the following message:And in the keycloak logs:
It's working fine when using http instead of https. And we're running a lot more applications on OpenShift that don't have any issues (running spring boot/tomcat or nginx). So I'm assuming it's a wildfly or apiman.
Is there some setting that I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions