We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cnf
1 parent 2414ad3 commit c44da90Copy full SHA for c44da90
contexts/credentials/v2
@@ -44,20 +44,17 @@
44
},
45
"cnf": {
46
"@id": "https://www.iana.org/assignments/jwt#cnf",
47
- "@context": [
48
- null,
49
- {
50
- "@protected": true,
51
- "kid": {
52
- "@id": "https://www.iana.org/assignments/jwt#kid",
53
- "@type": "@id"
54
- },
55
- "jwk": {
56
- "@id": "https://www.iana.org/assignments/jwt#jwk",
57
- "@type": "@json"
58
- }
+ "@context": {
+ "@protected": true,
+ "kid": {
+ "@id": "https://www.iana.org/assignments/jwt#kid",
+ "@type": "@id"
+ },
+ "jwk": {
+ "@id": "https://www.iana.org/assignments/jwt#jwk",
+ "@type": "@json"
59
}
60
- ]
+ }
61
62
"_sd_alg": {
63
"@id": "https://www.iana.org/assignments/jwt#_sd_alg"
0 commit comments