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

ListOidcIssuersResponse

    Response containing a list of registered OIDC issuers.

    Properties

    • oidcIssuers array[OidcIssuerRegistrationResponse] required
      The list of OIDC issuers
    • id string required
      The unique identifier of the registered OIDC issuer.
    • name string required
      The display name of the OIDC issuer.
    • url string required
      The URL of the OIDC issuer.
    • issuer string required
      The OIDC issuer identifier, typically a URL that uniquely identifies the identity provider.
    • thumbprints array[string] optional
      SHA-1 certificate thumbprints used to verify the OIDC issuer’s TLS certificate.
    • jwks JSONWebKeySet optional
      The JSON Web Key Set for the OIDC issuer.
    • maxExpiration integer optional
      The maximum token expiration time in seconds.
    • created string optional
      The ISO 8601 timestamp when the OIDC issuer was created.
    • modified string optional
      The ISO 8601 timestamp when the OIDC issuer was last modified.
    • lastUsed string optional
      The ISO 8601 timestamp when the OIDC issuer was last used for token exchange.