Skip to content

Commit 85672cb

Browse files
authored
Merge pull request #211 from italia/fix/474-dcql-integration-test
fix: integration_test
2 parents cedb152 + 0c9ee7c commit 85672cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iam-proxy-italia-project/conf/backends/pyeudiw_backend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ config:
110110
- "$.given_name"
111111

112112
duckle:
113-
dcql_query: '{"credentials":[{"id":"personal id data","format":"dc+sd-jwt","meta":{"vct_values":["https://trust-registry.eid-wallet.example.it/credentials/v1.0/personidentificationdata"]},"claims":[{"path":["given_name"]},{"path":["family_name"]}]},{"id":"wallet attestation","format":"dc+sd-jwt","meta":{"vct_values":["https://itwallet.registry.example.it/WalletAttestation"]},"claims":[{"path":["wallet_link"]},{"path":["wallet_name"]}]}]}'
113+
dcql_query: '{"credentials":[{"id":"personal id data","format":"dc+sd-jwt","meta":{"vct_values":["https://trust-registry.eid-wallet.example.it/credentials/v1.0/personidentificationdata"]},"claims":[{"path":["given_name"]},{"path":["family_name"]}]},{"id":"wallet attestation","format":"mso_mdoc","meta":{"vct_values":["https://itwallet.registry.example.it/WalletAttestation"]},"claims":[{"path":["wallet_link"]},{"path":["wallet_name"]}]}]}'
114114

115115
user_attributes:
116116
unique_identifiers:

0 commit comments

Comments
 (0)