diff --git a/keycloak/README.md b/keycloak/README.md index c92582f..dddc739 100644 --- a/keycloak/README.md +++ b/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",