We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df0baf commit 5a567e0Copy full SHA for 5a567e0
example/satosa/pyeudiw_backend.yaml
@@ -262,15 +262,9 @@ config:
262
credential_presentation_handlers:
263
max_submission_size: 4096
264
formats:
265
- - format: "dc+sd-jwt"
266
- module: "pyeudiw.sd_jwt.verifier"
267
- class: "SDJWTVerifier"
268
- - format: "ldp_vp"
269
- module: "pyeudiw.openid4vp.presentation_submission"
270
- class: "LdpVp"
271
- - format: "jwt_vp_json"
272
273
- class: "JwtVpJson"
274
- - format: "mso_mdoc"
275
- module: "pymdoccbor.mdoc.verifier"
276
- class: "MdocCbor"
+ - module: pyeudiw.openid4vp.vp_sd_jwt_vc
+ class: VpVcSdJwtParserVerifier
+ format: dc+sd-jwt
+ - module: pyeudiw.openid4vp.vp_mdoc_cbor
+ class: VpMDocCbor
+ format: mso_mdoc
0 commit comments