From 8af6b06330e45fe20336c4f1f6bb70a84aae75ee Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 2 May 2022 11:55:04 +0000 Subject: [PATCH] keycloak: fix redirectUris --- keycloak/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",