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

Properties

Enabled

<code>false</code> if the custom Open ID provider provider should not be enabled; otherwise, <code>true</code>.

Login

The configuration settings of the login flow of the custom Open ID Connect provider.

Registration

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

Applies to