Skip to content

Commit

Permalink
Update redirect uris for wallet clients. (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzarras authored Dec 5, 2023
1 parent 7424b1c commit 50e5b13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose/keycloak/realms/pid-issuer-realm-realm.json
Original file line number Diff line number Diff line change
Expand Up @@ -669,8 +669,8 @@
"alwaysDisplayInConsole": true,
"clientAuthenticatorType": "client-secret",
"redirectUris": [
"",
"urn:ietf:wg:oauth:2.0:oob"
"urn:ietf:wg:oauth:2.0:oob",
"eudi-openid4ci://authorize"
],
"webOrigins": [
"/*"
Expand Down Expand Up @@ -977,8 +977,8 @@
"alwaysDisplayInConsole": true,
"clientAuthenticatorType": "client-secret",
"redirectUris": [
"",
"urn:ietf:wg:oauth:2.0:oob"
"urn:ietf:wg:oauth:2.0:oob",
"eudi-openid4ci://authorize"
],
"webOrigins": [
"/*"
Expand Down

0 comments on commit 50e5b13

Please sign in to comment.