-
Hi, I'm running Apache with libapache2-mod-auth-openidc v2.4.16.11-1.bullseye (latest from the Releases page) behind Keycloak v23.0.7 and following the wiki I setup the apache with:
I get redirected to the Keycloak server but I cannot log in, I'm getting only "We are sorry... Invalid parameter: redirect_uri" Keycloak removed support for
What is the correct configuration for recent keycloak versions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Keycloak would not remove support for |
Beta Was this translation helpful? Give feedback.
Keycloak would not remove support for
redirect_uri
but most probably the value you are sending has not been configured for your client in the Keycloak administrative configuration; note that the value must exactly matchhttp://<APACHE FQDN>/mytestclientapp/protected
(i.e. in your case plain http and no trailing slash or anything)