mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix xxx.com (#48972)
This commit is contained in:
parent
c1118389cf
commit
d3b52d2a72
1 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ To pass Active Directory username/password in ADFS via the environment, define t
|
||||||
* AZURE_TENANT
|
* AZURE_TENANT
|
||||||
* AZURE_ADFS_AUTHORITY_URL
|
* 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.
|
"AZURE_ADFS_AUTHORITY_URL" is optional. It's necessary only when you have own ADFS authority like https://yourdomain.com/adfs.
|
||||||
|
|
||||||
Storing in a File
|
Storing in a File
|
||||||
`````````````````
|
`````````````````
|
||||||
|
@ -136,7 +136,7 @@ Or, pass the following parameters for ADFS username/pasword:
|
||||||
* tenant
|
* tenant
|
||||||
* adfs_authority_url
|
* adfs_authority_url
|
||||||
|
|
||||||
"adfs_authority_url" is optional. It's necessary only when you have own ADFS authority like https://xxx.com/adfs.
|
"adfs_authority_url" is optional. It's necessary only when you have own ADFS authority like https://yourdomain.com/adfs.
|
||||||
|
|
||||||
|
|
||||||
Other Cloud Environments
|
Other Cloud Environments
|
||||||
|
|
Loading…
Reference in a new issue