Skip to content

Commit

Permalink
fix on disclosure frame during issuance to unlock selective disclosur…
Browse files Browse the repository at this point in the history
…e for placeOfWork
  • Loading branch information
kkmanos committed Jul 1, 2024
1 parent cdbc168 commit 5fbb2a5
Showing 1 changed file with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,22 @@ export class PDA1SupportedCredentialSdJwt implements SupportedCredentialProtocol
endingDate: true
}
},
address: true,
placeOfWork: true,
address: {
street: true,
town: true,
postalCode: true,
countryCode: true
},
placeOfWork: {
companyName: true,
flagBaseHomeState: true,
companyId: true,
typeOfId: true,
street: true,
town: true,
postalCode: true,
countryCode: true
},
documentId: true,
competentInstitution: {
competentInstitutionId: true,
Expand Down

0 comments on commit 5fbb2a5

Please sign in to comment.