Share via


OpenIdConnectConfig Class

Definition

The configuration settings of the endpoints used for the custom Open ID Connect provider.

public class OpenIdConnectConfig
type OpenIdConnectConfig = class
Public Class OpenIdConnectConfig
Inheritance
OpenIdConnectConfig

Constructors

OpenIdConnectConfig()

Initializes a new instance of the OpenIdConnectConfig class.

OpenIdConnectConfig(String, String, String, String, String)

Initializes a new instance of the OpenIdConnectConfig class.

Properties

AuthorizationEndpoint

Gets or sets the endpoint to be used to make an authorization request.

CertificationUri

Gets or sets the endpoint that provides the keys necessary to validate the token.

Issuer

Gets or sets the endpoint that issues the token.

TokenEndpoint

Gets or sets the endpoint to be used to request a token.

WellKnownOpenIdConfiguration

Gets or sets the endpoint that contains all the configuration endpoints for the provider.

Applies to