mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
fix xxx.com (#48972)
This commit is contained in:
committed by
Zim Kalinowski
parent
c1118389cf
commit
d3b52d2a72
@@ -93,7 +93,7 @@ To pass Active Directory username/password in ADFS via the environment, define t
|
||||
* 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.
|
||||
"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
|
||||
`````````````````
|
||||
@@ -136,7 +136,7 @@ Or, pass the following parameters for ADFS username/pasword:
|
||||
* tenant
|
||||
* 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
|
||||
|
||||
Reference in New Issue
Block a user