/Get JWKS (Json Web Key Sets)

Get JWKS (Json Web Key Sets)

Returns JWKS keys set for validation id token.

Each key contains:

Key Elements

ParameterTypeDescription
kidstringThe unique identifier for the key.
algstringThe specific cryptographic algorithm used with the key..
ktystringThe family of cryptographic algorithms used with the key.
usestringHow the key was meant to be used; sig represents the signature.
x5carray of stringThe x.509 certificate chain. The first entry in the array is the certificate to use for token verification; the other certificates can be used to verify this first certificate.
nstringThe modulus for the RSA public key.
estringThe exponent for the RSA public key.
x5tstringThe thumbprint of the x.509 cert (SHA-1 thumbprint).