Skip to content

Commit b84a9cf

Browse files
committed
fix(keycloak): add beta redirect URI to admin-ui client
1 parent b7fd176 commit b84a9cf

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

keycloak/realm-export.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,11 +494,13 @@
494494
"clientAuthenticatorType": "client-dummy",
495495
"redirectUris": [
496496
"http://localhost:*",
497-
"https://p02--proxy-smart-alpha--776jg9nwd8rw.code.run/*"
497+
"https://p02--proxy-smart-alpha--776jg9nwd8rw.code.run/*",
498+
"https://beta.proxy-smart.com/*"
498499
],
499500
"webOrigins": [
500501
"http://localhost:*",
501-
"https://p02--proxy-smart-alpha--776jg9nwd8rw.code.run"
502+
"https://p02--proxy-smart-alpha--776jg9nwd8rw.code.run",
503+
"https://beta.proxy-smart.com"
502504
],
503505
"protocol": "openid-connect",
504506
"publicClient": true,

0 commit comments

Comments
 (0)