mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 03:11:24 -07:00
* update username/password auth to use adal lib * remove default client_id after discussion * fix lint error: trailing whitespace
This commit is contained in:
parent
e93fbedcc7
commit
21ea92feca
4 changed files with 117 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue