mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00: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:
@@ -84,7 +84,16 @@ To pass Active Directory username/password via the environment, define the follo
|
||||
|
||||
* AZURE_AD_USER
|
||||
* AZURE_PASSWORD
|
||||
* AZURE_SUBSCRIPTION_ID
|
||||
|
||||
To pass Active Directory username/password in ADFS via the environment, define the following variables:
|
||||
|
||||
* AZURE_AD_USER
|
||||
* AZURE_PASSWORD
|
||||
* AZURE_CLIENT_ID
|
||||
* AZURE_TENANT
|
||||
* AZURE_ADFS_AUTHORITY_URL
|
||||
|
||||
"AZURE_ADFS_AUTHORITY_URL" is optional. It's necessary only when you have own ADFS authority like https://xxx.com/adfs.
|
||||
|
||||
Storing in a File
|
||||
`````````````````
|
||||
@@ -118,7 +127,16 @@ Or, pass the following parameters for Active Directory username/password:
|
||||
|
||||
* ad_user
|
||||
* password
|
||||
* subscription_id
|
||||
|
||||
Or, pass the following parameters for ADFS username/pasword:
|
||||
|
||||
* ad_user
|
||||
* password
|
||||
* client_id
|
||||
* tenant
|
||||
* adfs_authority_url
|
||||
|
||||
"adfs_authority_url" is optional. It's necessary only when you have own ADFS authority like https://xxx.com/adfs.
|
||||
|
||||
|
||||
Other Cloud Environments
|
||||
|
||||
Reference in New Issue
Block a user