JWKS

JSON Web Key Set (RFC 7517)

  • keys
    Type: array object[] ยท JWK[]
    required

    Array of JSON Web Keys

    JSON Web Key (RFC 7517)

    • alg
      Type: string
      required

      Algorithm

    • kid
      Type: string
      required

      Key ID

    • kty
      Type: string
      required

      Key Type

    • e
      Type: string

      RSA Exponent (base64url)

    • n
      Type: string

      RSA Modulus (base64url)

    • use
      Type: string

      Public Key Use