AzureActiveDirectoryValidationResponse

data class AzureActiveDirectoryValidationResponse(val allowedAudiences: List<String>? = null, val defaultAuthorizationPolicy: DefaultAuthorizationPolicyResponse? = null, val jwtClaimChecks: JwtClaimChecksResponse? = null)

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

Constructors

Link copied to clipboard
constructor(allowedAudiences: List<String>? = null, defaultAuthorizationPolicy: DefaultAuthorizationPolicyResponse? = null, jwtClaimChecks: JwtClaimChecksResponse? = null)

Types

Link copied to clipboard
object Companion

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.