Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
endimion committed Jul 15, 2024
2 parents ee7d4b1 + 6327fed commit 1414291
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/issuer-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
}
},
"VerifiablePortableDocumentA2": {
"format": "vc_jwt",
"format": "jwt_vc_json",
"scope": "VerifiablePortableDocumentA2",
"cryptographic_binding_methods_supported": ["jwk"],
"cryptographic_suites_supported": ["ES256"],
Expand Down Expand Up @@ -99,7 +99,7 @@
}
},
"PID": {
"format": "vc_jwt",
"format": "jwt_vc_json",
"scope": "PID",
"cryptographic_binding_methods_supported": ["jwk"],
"cryptographic_suites_supported": ["ES256"],
Expand Down Expand Up @@ -187,7 +187,7 @@
}
},
"ePassportCredential": {
"format": "vc_jwt",
"format": "jwt_vc_json",
"scope": "ePassportCredential",
"cryptographic_binding_methods_supported": ["jwk"],
"cryptographic_suites_supported": ["ES256"],
Expand Down Expand Up @@ -703,7 +703,7 @@
},

"EducationalID": {
"format": "vc_jwt",
"format": "jwt_vc_json",
"scope": "EducationalID",
"cryptographic_binding_methods_supported": ["jwk"],
"cryptographic_suites_supported": ["ES256"],
Expand Down Expand Up @@ -847,7 +847,7 @@
}
},
"allianceIDCredential": {
"format": "vc_jwt",
"format": "jwt_vc_json",
"scope": "allianceIDCredential",
"cryptographic_binding_methods_supported": ["jwk"],
"cryptographic_suites_supported": ["ES256"],
Expand Down Expand Up @@ -905,7 +905,7 @@
}
},
"ferryBoardingPassCredential": {
"format": "vc_jwt",
"format": "jwt_vc_json",
"scope": "ferryBoardingPassCredential",
"cryptographic_binding_methods_supported": ["jwk"],
"cryptographic_suites_supported": ["ES256"],
Expand Down

0 comments on commit 1414291

Please sign in to comment.