OpenIdConnectConfig 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 endpoints used for the custom Open ID Connect provider.
public class OpenIdConnectConfig
type OpenIdConnectConfig = class
Public Class OpenIdConnectConfig
- Inheritance
-
OpenIdConnectConfig
Constructors
OpenIdConnectConfig() |
Initializes a new instance of OpenIdConnectConfig. |
Properties
AuthorizationEndpoint |
The endpoint to be used to make an authorization request. |
CertificationUri |
The endpoint that provides the keys necessary to validate the token. |
Issuer |
The endpoint that issues the token. |
TokenEndpoint |
The endpoint to be used to request a token. |
WellKnownOpenIdConfiguration |
The endpoint that contains all the configuration endpoints for the provider. |
Applies to
Azure SDK for .NET