AzureActiveDirectoryValidation interface

Warning

This API is now deprecated.

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

Properties

allowedAudiences

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

defaultAuthorizationPolicy

The configuration settings of the default authorization policy.

jwtClaimChecks

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

Property Details

allowedAudiences

Warning

This API is now deprecated.

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

allowedAudiences?: string[]

Property Value

string[]

defaultAuthorizationPolicy

Warning

This API is now deprecated.

The configuration settings of the default authorization policy.

defaultAuthorizationPolicy?: DefaultAuthorizationPolicy

Property Value

jwtClaimChecks

Warning

This API is now deprecated.

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

jwtClaimChecks?: JwtClaimChecks

Property Value