Skip to content

Commit

Permalink
support openid4vp scheme
Browse files Browse the repository at this point in the history
Signed-off-by: F-Node-Karlsruhe <[email protected]>
  • Loading branch information
F-Node-Karlsruhe committed Apr 23, 2024
1 parent 5695e62 commit 6b68af4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/components/PresentationRequest.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ export default {
input_descriptors: [
{
id:
'eecc_verifier_request_' + this.credentialType ||
'VerifiableCredential',
'eecc_verifier_request_' +
(this.credentialType || 'VerifiableCredential'),
format: {
ldp_vc: {
proof_type: ['Ed25519Signature2018', 'Ed25519Signature2020'],
Expand Down Expand Up @@ -136,7 +136,7 @@ export default {
},
presentationRequestURI() {
return (
'openid-presentation-request://?client_id=' +
'openid4vp://?client_id=' +
encodeURI(
this.$store.state.OPENID_ENDPOINT +
'presentation/' +
Expand Down

0 comments on commit 6b68af4

Please sign in to comment.