Skip to content

Commit

Permalink
chore: openid4vp backend example conf
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Jul 23, 2023
1 parent 3be2e8e commit 6c8ecb2
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions example/plugins/backends/pyeudiw_backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@ config:
use_zlib: false

jwt_settings:
default_sig_alg: "ES256" # or RS256
default_exp: 6 # minutes
default_sig_alg: ES256 # or RS256
default_exp: 6 # minutes

authorization_url_scheme: "eudiw" # eudiw://

authorization:
url_scheme: "eudiw" # eudiw://
scopes:
- pid-sd-jwt:unique_id+given_name+family_name

federation:
metadata_type: "wallet_relying_party"
federation_authorities:
Expand Down Expand Up @@ -108,7 +111,8 @@ config:
presentation_definitions:
- id: pid-sd-jwt:unique_id+given_name+family_name
input_descriptors:
- format:
- id: pid-sd-jwt:unique_id+given_name+family_name
format:
constraints:
fields:
- filter:
Expand All @@ -134,7 +138,6 @@ config:
alg:
- EdDSA
- ES256
id: sd-jwt
- id: mDL-sample-req
input_descriptors:
- format:
Expand Down

0 comments on commit 6c8ecb2

Please sign in to comment.