File tree Expand file tree Collapse file tree 2 files changed +25
-10
lines changed Expand file tree Collapse file tree 2 files changed +25
-10
lines changed Original file line number Diff line number Diff line change @@ -1398,9 +1398,10 @@ Line breaks have been added for readability.
1398
1398
1399
1399
## Example 1: Person Identification Data (PID) Credential
1400
1400
1401
- This example shows how the artifacts defined in this specification could
1402
- be used to represent the concept of a Person Identification Data (PID)
1403
- [ @EUDIW .ARF] using the data of a German citizen.
1401
+ This example shows how the artifacts defined in this specification could be used
1402
+ to represent the concept of a Person Identification Data (PID) as defined in the
1403
+ "PID Rulebook" in [ @EUDIW .ARF] . This example uses fictional data of a German
1404
+ citizen.
1404
1405
1405
1406
Key Binding is applied
1406
1407
using the Holder's public key passed in a ` cnf ` claim in the SD-JWT.
@@ -1595,6 +1596,7 @@ for their contributions (some of which substantial) to this draft and to the ini
1595
1596
* Editorial changes
1596
1597
* Document reasons for not using JSON Pointer or JSON Path (Issue #267 )
1597
1598
* Clarify that private claim names MAY be used
1599
+ * Update PID Example
1598
1600
1599
1601
-08
1600
1602
Original file line number Diff line number Diff line change 1
1
user_claims :
2
- vct : https://bmi.bund.example/credential/pid/1.0
3
- # vct#integrity: sha256-jo8433ot48utul8ura33
2
+ iss : https://pid-issuer.bund.de.example
3
+ vct : urn:eudi:pid:de:1
4
+ # vct#integrity: sha256-jo8433ot48utul8ura33
4
5
!sd given_name: Erika
5
6
!sd family_name: Mustermann
6
7
!sd birthdate: '1963-08-12'
7
- !sd source_document_type: id_card
8
8
!sd address:
9
9
!sd street_address: Heidestraße 17
10
10
!sd locality: Köln
11
11
!sd postal_code: '51147'
12
12
!sd country: DE
13
13
!sd nationalities:
14
14
- DE
15
- !sd gender: female
15
+ !sd sex: 2
16
16
!sd birth_family_name: Gabler
17
17
!sd place_of_birth:
18
18
!sd locality: Berlin
19
- country : DE
20
- !sd also_known_as: Schwester Agnes
21
- age_equal_or_over :
19
+ !sd country: DE
20
+ !sd age_equal_or_over:
22
21
!sd "12": true
23
22
!sd "14": true
24
23
!sd "16": true
25
24
!sd "18": true
26
25
!sd "21": true
27
26
!sd "65": false
27
+ !sd age_in_years: 62
28
+ !sd age_birth_year: 1963
29
+
30
+ !sd issuance_date: "2020-03-11"
31
+ !sd expiry_date: "2030-03-12"
32
+
33
+ !sd issuing_authority: DE
34
+ !sd issuing_country: DE
28
35
36
+ # cnf:
37
+ # jwk:
38
+ # kty: EC
39
+ # crv: P-256
40
+ # x: 52aDI_ur05n1f_p3jiYGUU82oKZr3m4LsAErM536crQ
41
+ # "y": ckhZ-KQ5aXNL91R8Eufg1aOf8Z5pZJnIvuCzNGfdnzo
29
42
30
43
holder_disclosed_claims :
31
44
nationalities :
You can’t perform that action at this time.
0 commit comments