keycloak: fix redirectUris

single-dockerfile
Ubuntu 3 years ago
parent 8bb577ae78
commit 8af6b06330
  1. 2
      keycloak/README.md

@ -69,7 +69,7 @@ sudo docker-compose exec -T keycloak \
"clientId": "hedgerow",
"rootUrl": "http://spacestation:3000/",
"adminUrl": "http://spacestation:3000/",
"redirectUrls": [ "http://spacestation:3000/*" ],
"redirectUris": [ "http://spacestation:3000/*" ],
"webOrigins": [ "http://spacestation:3000" ],
"clientAuthenticatorType": "client-secret",
"secret": "abcdef1234",

Loading…
Cancel
Save