Share via


CustomOpenIdConnectProvider Class

Definition

The configuration settings of the custom Open ID Connect provider.

public class CustomOpenIdConnectProvider
type CustomOpenIdConnectProvider = class
Public Class CustomOpenIdConnectProvider
Inheritance
CustomOpenIdConnectProvider

Constructors

CustomOpenIdConnectProvider()

Initializes a new instance of the CustomOpenIdConnectProvider class.

CustomOpenIdConnectProvider(Nullable<Boolean>, OpenIdConnectRegistration, OpenIdConnectLogin)

Initializes a new instance of the CustomOpenIdConnectProvider class.

Properties

Enabled

Gets or sets &lt;code&gt;false&lt;/code&gt; if the custom Open ID provider provider should not be enabled; otherwise, &lt;code&gt;true&lt;/code&gt;.

Login

Gets or sets the configuration settings of the login flow of the custom Open ID Connect provider.

Registration

Gets or sets the configuration settings of the app registration for the custom Open ID Connect provider.

Applies to