[apimanui] external keycloak not redirect http to https #1754
Unanswered
inspirerit
asked this question in
Help
Replies: 1 comment 7 replies
-
Hello! The latest version of Apiman is 2.2.0.Final - you can find links on apiman.io or the downloads section here on GitHub (and DockerHub, etc). To fix your redirect issue:
See more on redirect URLs in the Keycloak documentation (https://www.keycloak.org/)
Have we met before 😅? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I using latest version 2.0.2.Final
Flowing document here and here for setup
I using external keycloak for apimanui login
Keycloak version: 15.1.1
realm import from here
add PROXY_ADDRESS_FORWARDING = true
configure the Valid Redirect URIs
apimanui
https://myapiman.xx.xx/apimanui/*
apiman
https://myapiman.xx.xx/apiman/*
Then,
When I access https://myapiman.xx.xx/apimanui It rediect to https://kc-auth.xx.xx/auth/realms/apiman/xxx...
then I see redirect_uri= http://myapiman.xx.xx/apimanui/ (without s) and response is invalid_redirect_uri
If I change all setup to http, it work like a charm, but I need use SSL, so @msavy can you help me for this issue
Beta Was this translation helpful? Give feedback.
All reactions