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 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
Azure SDK for .NET