Fixes #36621, support adfs auth through adal (#37909)

* update username/password auth to use adal lib

* remove default client_id after discussion

* fix lint error: trailing whitespace
This commit is contained in:
Yunge Zhu 2018-05-24 07:37:44 +08:00 committed by Matt Davis
parent e93fbedcc7
commit 21ea92feca
4 changed files with 117 additions and 6 deletions

View file

@ -54,6 +54,12 @@ options:
the C(AZURE_CLOUD_ENVIRONMENT) environment variable.
default: AzureCloud
version_added: 2.4
adfs_authority_url:
description:
- Azure AD authority url. Use when authenticating with Username/password, and has your own ADFS authority.
required: false
default: null
version_added: 2.6
cert_validation_mode:
description:
- Controls the certificate validation behavior for Azure endpoints. By default, all modules will validate the server certificate, but