Microcks Server Installation Error - Invalid parameter: redirect_uri #917
Unanswered
cvsudheer108
asked this question in
Q&A
Replies: 1 comment 6 replies
-
THis is the screenshot of the error |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am installing Microcks on AWS EC2.
I made the following modifications:
docker-compose.yml:
Replaced localhost in the following entries with the respective IP:
KC_HOSTNAME_ADMIN_URL: "http://localhost:18080"
KC_HOSTNAME_URL: "http://localhost:18080"
KEYCLOAK_PUBLIC_URL=http://localhost:18080
Whitelisted the ports : 8080 and 18080 (for keycloak) on EC2 security group
install/keycloak-realm
In, microcks-realm-sample.json, replaced localhost with IP:
"redirectUris": [
"http://localhost:8080/*"
]
Restarted docker compose
But still it fails with the above error.
Please advise.
Beta Was this translation helpful? Give feedback.
All reactions