camunda-community-hub / camunda-platform-7-keycloak

Camunda Keycloak Identity Provider Plugin
Apache License 2.0
130 stars 71 forks source link

Invalid parameter: redirect_uri #113

Closed kakavi closed 1 year ago

kakavi commented 1 year ago

I have set up everything as is in the sso-kubernetes example. The application runs with no error but when i go to the browser and type http://localhost:8080/camunda, i get a We are sorry... Invalid parameter: redirect_uri screen, what could be the cause of this issue? Im using keycloak 20.0.3 quarkus version.

kakavi commented 1 year ago

Interestingly adding servlet.context-path: /camunda fixes the issue. not sure why