Azure Active Directory Validation Args
data class AzureActiveDirectoryValidationArgs(val allowedAudiences: Output<List<String>>? = null, val defaultAuthorizationPolicy: Output<DefaultAuthorizationPolicyArgs>? = null, val jwtClaimChecks: Output<JwtClaimChecksArgs>? = null) : ConvertibleToJava<AzureActiveDirectoryValidationArgs>
The configuration settings of the Azure Active Directory token validation flow.
Constructors
Link copied to clipboard
constructor(allowedAudiences: Output<List<String>>? = null, defaultAuthorizationPolicy: Output<DefaultAuthorizationPolicyArgs>? = null, jwtClaimChecks: Output<JwtClaimChecksArgs>? = null)
Properties
Link copied to clipboard
The list of audiences that can make successful authentication/authorization requests.
Link copied to clipboard
The configuration settings of the default authorization policy.
Link copied to clipboard
The configuration settings of the checks that should be made while validating the JWT Claims.