Replies: 3 comments 4 replies
-
What version of keycloak are you using? |
Beta Was this translation helpful? Give feedback.
-
Thanks to this answer I have been able to work with the new versions of Keycloak and Apiman Wildfly. Yep! It's the iss, if you see the two redirect_uri are just different because of the iss param. Go to your client and in the This problem is not related to teh changes in the redirect_uri validation but with the new iss parameter introduced by the spec. Your client does not remove it from the URI. Originally posted by @rmartinc in keycloak/keycloak#25684 (reply in thread) |
Beta Was this translation helpful? Give feedback.
-
Interesting. I'm currently working on some code in this area for v4. It may
be worth adding some test cases.
…On Mon, 14 Jul 2025, 03:36 jahiru22ec, ***@***.***> wrote:
Yep! It's the iss, if you see the two redirect_uri are just different
because of the iss param. Go to your client and in the Advanced tab set Exclude
Issuer From Authentication Response to ON.
This problem is not related to teh changes in the redirect_uri validation
but with the new iss parameter introduced by the spec. Your client does not
remove it from the URI.
*Originally posted by @rmartinc <https://github.com/rmartinc> in
keycloak/keycloak#25684 (reply in thread)
<keycloak/keycloak#25684 (reply in thread)>*
—
Reply to this email directly, view it on GitHub
<#2629 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADHMWI76RGTURST5KPHOWD3IMJRNAVCNFSM6AAAAACBNZEEXSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNZUG4YTAMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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