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 OpenIdConnectRegistration. |
Properties
ClientCredential |
The authentication credentials of the custom Open ID Connect provider. |
ClientId |
The client id of the custom Open ID Connect provider. |
OpenIdConnectConfiguration |
The configuration settings of the endpoints used for the custom Open ID Connect provider. |
Applies to
Azure SDK for .NET