Skip to content

Commit ee8a428

Browse files
committed
fix: correct signature suite
1 parent 7f4625e commit ee8a428

1 file changed

Lines changed: 9 additions & 12 deletions

File tree

.well-known/presentation.json

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"@context": [
33
"https://www.w3.org/2018/credentials/v1",
4-
"https://w3id.org/security/suites/ed25519-2020/v1"
4+
"https://w3id.org/security/suites/jws-2020/v1"
55
],
66
"type": [
77
"VerifiablePresentation"
@@ -21,7 +21,7 @@
2121
],
2222
"credentialSubject": {
2323
"id": "did:web:identinet.io",
24-
"schema:email": "support@identinet.io",
24+
"schema:legalName": "identinet GmbH",
2525
"schema:location": {
2626
"schema:addressCountry": "DE",
2727
"schema:addressLocality": "Bremen",
@@ -30,10 +30,10 @@
3030
"schema:streetAddress": "Werdertor 2",
3131
"type": "schema:PostalAddress"
3232
},
33-
"schema:legalName": "identinet GmbH",
3433
"schema:telephone": "+49 1522 9772744",
35-
"schema:vatID": "DE360224533",
36-
"schema:taxID": "60 118 18003"
34+
"schema:email": "support@identinet.io",
35+
"schema:taxID": "60 118 18003",
36+
"schema:vatID": "DE360224533"
3737
},
3838
"issuer": "did:web:identinet.io",
3939
"issuanceDate": "2025-05-09T11:16:33Z",
@@ -59,9 +59,9 @@
5959
],
6060
"credentialSubject": {
6161
"id": "did:web:identinet.io",
62-
"schema:url": "https://euipo.europa.eu/eSearch/#details/trademarks/018595430",
6362
"schema:name": "identinet",
64-
"schema:identifier": "018595430"
63+
"schema:identifier": "018595430",
64+
"schema:url": "https://euipo.europa.eu/eSearch/#details/trademarks/018595430"
6565
},
6666
"issuer": "did:web:identinet.io",
6767
"issuanceDate": "2025-05-09T11:16:50Z",
@@ -75,14 +75,11 @@
7575
}
7676
],
7777
"proof": {
78-
"@context": [
79-
"https://w3id.org/security/suites/jws-2020/v1"
80-
],
8178
"type": "JsonWebSignature2020",
8279
"proofPurpose": "assertionMethod",
8380
"verificationMethod": "did:web:identinet.io#FbRv7gbf8GOu8NC1nqyItDmYlKrMS135ZJ4txG5wUY8",
84-
"created": "2025-05-09T11:19:20.159728164Z",
85-
"jws": "eyJhbGciOiJFZERTQSIsImtpZCI6IkZiUnY3Z2JmOEdPdThOQzFucXlJdERtWWxLck1TMTM1Wko0dHhHNXdVWTgiLCJjcml0IjpbImI2NCJdLCJiNjQiOmZhbHNlfQ..0mgWaIfvW80VHt3EVwFV4uQ9mJHw680A39dVkdQn9at0fpU4iXdLkjpyW_dfEGHUIPFlodbEj7MoJ1jP4OkSAQ"
81+
"created": "2025-05-09T12:28:42.098962451Z",
82+
"jws": "eyJhbGciOiJFZERTQSIsImtpZCI6IkZiUnY3Z2JmOEdPdThOQzFucXlJdERtWWxLck1TMTM1Wko0dHhHNXdVWTgiLCJjcml0IjpbImI2NCJdLCJiNjQiOmZhbHNlfQ..lRc49s_OlyWGoGUwpTp1uoZ9s34VwvvShFmm-Plz10olvnNxMHpcX8jLSNL-zNdZBBG8AJ-5IJUKpdebgpZTAQ"
8683
},
8784
"holder": "did:web:identinet.io"
8885
}

0 commit comments

Comments
 (0)