Skip to content

Commit

Permalink
Require PKCE and PAR for wallet-dev OIDC client. (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzarras authored Nov 20, 2023
1 parent 50846fb commit 47baec4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose/keycloak/realms/pid-issuer-realm-realm.json
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,9 @@
"post.logout.redirect.uris": "+",
"oauth2.device.authorization.grant.enabled": "false",
"display.on.consent.screen": "false",
"backchannel.logout.revoke.offline.tokens": "false"
"backchannel.logout.revoke.offline.tokens": "false",
"require.pushed.authorization.requests": "true",
"pkce.code.challenge.method": "S256"
},
"authenticationFlowBindingOverrides": {},
"fullScopeAllowed": true,
Expand Down

0 comments on commit 47baec4

Please sign in to comment.