OpenID Connect provider metadata.

Hierarchy

  • OIDCDiscoveryDocument

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
authorizationEndpoint: string

URL of the OAuth2 authorization endpoint.

idTokenSigningAlgValuesSupported: string[]

Signing algorithms supported for ID tokens.

issuer: string

URL identifying the OpenID Connect issuer.

jwksUri: string

URL of the JSON Web Key Set used to verify ID token signatures.

responseTypesSupported: string[]

OAuth2 response types supported by the provider.

subjectTypesSupported: string[]

Subject identifier types supported by the provider.

tokenEndpoint: string

URL of the OAuth2 token endpoint.

Generated using TypeDoc