Share via


OpenIdConnectRegistration Class

Definition

The configuration settings of the app registration for the custom Open ID Connect provider.

public class OpenIdConnectRegistration
type OpenIdConnectRegistration = class
Public Class OpenIdConnectRegistration
Inheritance
OpenIdConnectRegistration

Constructors

OpenIdConnectRegistration()

Initializes a new instance of the OpenIdConnectRegistration class.

OpenIdConnectRegistration(String, OpenIdConnectClientCredential, OpenIdConnectConfig)

Initializes a new instance of the OpenIdConnectRegistration class.

Properties

ClientCredential

Gets or sets the authentication credentials of the custom Open ID Connect provider.

ClientId

Gets or sets the client id of the custom Open ID Connect provider.

OpenIdConnectConfiguration

Gets or sets the configuration settings of the endpoints used for the custom Open ID Connect provider.

Applies to