File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,20 @@ export default {
12
12
jti : 'JWT ID (unique identifier for this token)' ,
13
13
typ : 'Type of token' ,
14
14
azp : 'Authorized party (the party to which this token was issued)' ,
15
- alg : 'Signature or encryption algorithm'
15
+ alg : 'Signature or encryption algorithm' ,
16
+ jku : 'JSON Web Key Set URL' ,
17
+ jwk : 'JSON Web Key Set (embedded)' ,
18
+ kid : 'Key ID' ,
19
+ x5u : 'X.509 Certificate URL' ,
20
+ x5t : 'X.509 Fingerprint (SHA-1)' ,
21
+ 'x5t#S256' : 'X.509 Fingerprint (SHA-256)' ,
22
+ cty : 'Content type' ,
23
+ crit : 'Extensions or claims that MUST be processed or verified' ,
24
+ enc : 'Encryption algorithm' ,
25
+ zip : 'Compression algorithm' ,
26
+ kty : 'Key type' ,
27
+ use : 'Intended use of key: "sig" or "enc" (other values accepted)' ,
28
+ key_ops : 'Intended operations for this key'
16
29
}
17
30
} ,
18
31
extension : {
You can’t perform that action at this time.
0 commit comments