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