Package version:

Interface AzureActiveDirectoryValidation

The configuration settings of the Azure Active Directory token validation flow.

interface AzureActiveDirectoryValidation {
    allowedAudiences?: string[];
    defaultAuthorizationPolicy?: DefaultAuthorizationPolicy;
    jwtClaimChecks?: JwtClaimChecks;
}

Properties

allowedAudiences?: string[]

The list of audiences that can make successful authentication/authorization requests.

defaultAuthorizationPolicy?: DefaultAuthorizationPolicy

The configuration settings of the default authorization policy.

jwtClaimChecks?: JwtClaimChecks

The configuration settings of the checks that should be made while validating the JWT Claims.