1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. JSONWebKeySet

JSONWebKeySet

    A JSON Web Key Set (JWKS) as defined by RFC 7517.

    Properties

    • keys array[JSONWebKey] required
      The set of JSON Web Keys
    • Key object required
      The cryptographic key material. Structure depends on the key type (RSA, EC, etc.).
    • KeyID string required
      The ‘kid’ parameter: a unique identifier for the key.
    • Algorithm string required
      The ‘alg’ parameter: the algorithm intended for use with this key (e.g. RS256, ES256).
    • Use string required
      The ‘use’ parameter: ‘sig’ for signing or ’enc’ for encryption.
    • Certificates array[X509Certificate] required
      The X.509 certificate chain
    • CertificatesURL NetURL required
      The URL for the X.509 certificate chain
    • CertificateThumbprintSHA1 array[string] required
      The SHA-1 thumbprint of the X.509 certificate
    • CertificateThumbprintSHA256 array[string] required
      The SHA-256 thumbprint of the X.509 certificate