From b9a50b06c921917791b8064c67c3723a53304c38 Mon Sep 17 00:00:00 2001 From: ozfox Date: Mon, 17 Jun 2024 13:31:35 +0200 Subject: [PATCH] platform: add keycloak redirect uri for frontend dev --- platform/data/keycloak/import/teamagochi-realm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/data/keycloak/import/teamagochi-realm.json b/platform/data/keycloak/import/teamagochi-realm.json index 7e5e8067..7809de99 100644 --- a/platform/data/keycloak/import/teamagochi-realm.json +++ b/platform/data/keycloak/import/teamagochi-realm.json @@ -735,7 +735,7 @@ "enabled" : true, "alwaysDisplayInConsole" : false, "clientAuthenticatorType" : "client-secret", - "redirectUris" : [ "http://localhost:3030/*", "/*" ], + "redirectUris" : [ "http://localhost:3030/*", "http://localhost:5173/*" ], "webOrigins" : [ "http://localhost:3030", "+" ], "notBefore" : 0, "bearerOnly" : false, @@ -748,7 +748,7 @@ "frontchannelLogout" : true, "protocol" : "openid-connect", "attributes" : { - "post.logout.redirect.uris" : "/*##http://localhost:3030", + "post.logout.redirect.uris" : "/*##http://localhost:3030##http://localhost:5173/*", "oauth2.device.authorization.grant.enabled" : "false", "backchannel.logout.revoke.offline.tokens" : "false", "use.refresh.tokens" : "true", @@ -1998,4 +1998,4 @@ "clientPolicies" : { "policies" : [ ] } -} \ No newline at end of file +}