CustomOpenIdConnectProvider Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 <code>false</code> if the custom Open ID provider provider should not be enabled; otherwise, <code>true</code>. |
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
Azure SDK for .NET