Skip to content

Commit

Permalink
chore: prepare for new BDR release
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Dec 17, 2024
1 parent 4d3ff3f commit b00c485
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/easypid/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ export const trustedX509Certificates = [
]

// https://gitlab.opencode.de/bmi/eudi-wallet/eidas-2.0-architekturkonzept/-/blob/main/architecture-proposal.md#pid-contents
const sdJwtVcVcts = ['https://example.bmi.bund.de/credential/pid/1.0', 'urn:eu.europa.ec.eudi:pid:1']
const sdJwtVcVcts = [
'https://demo.pid-issuer.bundesdruckerei.de/credentials/pid/1.0',
'https://example.bmi.bund.de/credential/pid/1.0',
'urn:eu.europa.ec.eudi:pid:1',
]

// https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework/blob/main/docs/annexes/annex-3/annex-3.01-pid-rulebook.md#221-eu-wide-attestation-type-and-namespace-for-pid
const msoMdocDoctypes = ['eu.europa.ec.eudi.pid.1']
Expand Down

0 comments on commit b00c485

Please sign in to comment.