你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureActiveDirectoryValidation interface

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

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

Property Value