AzureActiveDirectoryValidation Class

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

Inheritance
AzureActiveDirectoryValidation

Constructor

AzureActiveDirectoryValidation(*, jwt_claim_checks: Optional[azure.mgmt.web.v2021_01_01.models._models_py3.JwtClaimChecks] = None, allowed_audiences: Optional[List[str]] = None, **kwargs)

Parameters

jwt_claim_checks
JwtClaimChecks
Required

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

allowed_audiences
list[str]
Required

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