AzureActiveDirectoryValidation 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 Azure Active Directory token validation flow.
public class AzureActiveDirectoryValidation
type AzureActiveDirectoryValidation = class
Public Class AzureActiveDirectoryValidation
- Inheritance
-
AzureActiveDirectoryValidation
Constructors
AzureActiveDirectoryValidation() |
Initializes a new instance of the AzureActiveDirectoryValidation class. |
AzureActiveDirectoryValidation(JwtClaimChecks, IList<String>, DefaultAuthorizationPolicy) |
Initializes a new instance of the AzureActiveDirectoryValidation class. |
Properties
AllowedAudiences |
Gets or sets the list of audiences that can make successful authentication/authorization requests. |
DefaultAuthorizationPolicy |
Gets or sets the configuration settings of the default authorization policy. |
JwtClaimChecks |
Gets or sets the configuration settings of the checks that should be made while validating the JWT Claims. |