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 OpenIdConnectConfig.

Properties

AuthorizationEndpoint

The endpoint to be used to make an authorization request.

CertificationUri

The endpoint that provides the keys necessary to validate the token.

Issuer

The endpoint that issues the token.

TokenEndpoint

The endpoint to be used to request a token.

WellKnownOpenIdConfiguration

The endpoint that contains all the configuration endpoints for the provider.

Applies to