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

OidcIssuerRegistrationRequest

    Request body for registering a new OIDC issuer.

    Properties

    • name string required
      The display name of the OIDC issuer.
    • url string required
      The URL of the OIDC issuer.
    • thumbprints array[string] optional
      SHA-1 certificate thumbprints used to verify the OIDC issuer’s TLS certificate.
    • maxExpiration integer optional
      The maximum token expiration time in seconds.
    • jwks JSONWebKeySet optional
      The JSON Web Key Set for the OIDC issuer.
    • keys array[JSONWebKey] required
      The set of JSON Web Keys