Skip to content

Commit

Permalink
Register a new redirect uri for eudiw and wallet-dev clients. (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzarras authored May 24, 2024
1 parent 8a69730 commit 03b3abf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose/keycloak/realms/pid-issuer-realm-realm.json
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,8 @@
"clientAuthenticatorType": "client-secret",
"redirectUris": [
"urn:ietf:wg:oauth:2.0:oob",
"eudi-openid4ci://authorize"
"eudi-openid4ci://authorize",
"eudi-issuance://authorization"
],
"webOrigins": [
"/*"
Expand Down Expand Up @@ -985,7 +986,8 @@
"clientAuthenticatorType": "client-secret",
"redirectUris": [
"urn:ietf:wg:oauth:2.0:oob",
"eudi-openid4ci://authorize"
"eudi-openid4ci://authorize",
"eudi-issuance://authorization"
],
"webOrigins": [
"/*"
Expand Down

0 comments on commit 03b3abf

Please sign in to comment.