| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AzureActiveDirectoryValidation |
AzureActiveDirectory.validation()
Get the validation property: The configuration settings of the Azure Active Directory token validation flow.
|
AzureActiveDirectoryValidation |
AzureActiveDirectoryValidation.withAllowedAudiences(List<String> allowedAudiences)
Set the allowedAudiences property: The list of audiences that can make successful authentication/authorization
requests.
|
AzureActiveDirectoryValidation |
AzureActiveDirectoryValidation.withDefaultAuthorizationPolicy(DefaultAuthorizationPolicy defaultAuthorizationPolicy)
Set the defaultAuthorizationPolicy property: The configuration settings of the default authorization policy.
|
AzureActiveDirectoryValidation |
AzureActiveDirectoryValidation.withJwtClaimChecks(JwtClaimChecks jwtClaimChecks)
Set the jwtClaimChecks property: The configuration settings of the checks that should be made while validating
the JWT Claims.
|
| Modifier and Type | Method and Description |
|---|---|
AzureActiveDirectory |
AzureActiveDirectory.withValidation(AzureActiveDirectoryValidation validation)
Set the validation property: The configuration settings of the Azure Active Directory token validation flow.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.