Skip to content

Commit

Permalink
fix: remove driving priviliges for now
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Nov 26, 2024
1 parent 53d3c9b commit d948f34
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions agent/src/verifiers/sixt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ export const turboKeysVerifier = {
'expiry_date',
'issuing_country',
'issuing_authority',
'driving_priviliges',
// Sphereon library can't parse our maps
// 'driving_priviliges',
],
}),
pidSdJwtInputDescriptor({
Expand Down Expand Up @@ -99,7 +100,8 @@ export const turboKeysVerifier = {
'expiry_date',
'issuing_country',
'issuing_authority',
'driving_priviliges',
// Sphereon library can't parse our maps
// 'driving_priviliges',
],
}),
pidSdJwtDcqlCredential({
Expand Down

0 comments on commit d948f34

Please sign in to comment.