kty – Key Type – Identifies the family of algorithms used with this key
kid – Key Identifier – Acts as an ‘alias’ for the key
use – Usage – ‘sig’ for signing keys, ‘enc’ for encryption keys
alg – Algorithm – Identifies the specific algorithm
n & e - both used to create an RSA public-key:
modulo (n)
exponent (e)
x5t – X.509 Certificate Thumbprint – Used to identify specific certificates
x5c – X.509 Certificate Chain – Chain of certificates used for verification. The first entry in the array is always the cert to use for token verification. The other certificates can be used to verify this first certificate