Skip to content

Commit

Permalink
fix: claim url for wallet initiated flow (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
skynet2 authored Jul 20, 2023
1 parent 81fdf63 commit 807fcfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
"pre-authorized_grant_anonymous_access_supported": true,
"enable_dynamic_client_registration": true,
"wallet_initiated_auth_flow_supported": true,
"claims_endpoint": "https://login-consent.||DOMAIN||/claim-data"
"claims_endpoint": "https://login-consent.||DOMAIN||/claim-data?profile_id=bank_issuer"
},
"credentialTemplates": [
{
Expand Down

0 comments on commit 807fcfc

Please sign in to comment.