AzureActiveDirectoryValidation interface
The configuration settings of the Azure Active Directory token validation flow.
Properties
allowed |
The list of audiences that can make successful authentication/authorization requests. |
default |
The configuration settings of the default authorization policy. |
jwt |
The configuration settings of the checks that should be made while validating the JWT Claims. |
Property Details
allowedAudiences
The list of audiences that can make successful authentication/authorization requests.
allowedAudiences?: string[]
Property Value
string[]
defaultAuthorizationPolicy
The configuration settings of the default authorization policy.
defaultAuthorizationPolicy?: DefaultAuthorizationPolicy
Property Value
jwtClaimChecks
The configuration settings of the checks that should be made while validating the JWT Claims.
jwtClaimChecks?: JwtClaimChecks