Update Azure Auth docs (#8963)
This commit is contained in:
parent
f2756e2279
commit
446370d94c
|
@ -14,9 +14,8 @@ Azure Active Directory credentials. It treats Azure as a Trusted Third Party
|
|||
and expects a [JSON Web Token (JWT)](https://tools.ietf.org/html/rfc7519)
|
||||
signed by Azure Active Directory for the configured tenant.
|
||||
|
||||
Currently supports authentication for:
|
||||
|
||||
- [Azure Managed Service Identity (MSI)](https://docs.microsoft.com/en-us/azure/active-directory/managed-service-identity/overview)
|
||||
This method supports authentication for system-assigned and user-assigned
|
||||
managed identities. See [Azure Managed Service Identity (MSI)](https://docs.microsoft.com/en-us/azure/active-directory/managed-service-identity/overview) for more information about these resources.
|
||||
|
||||
## Prerequisites:
|
||||
|
||||
|
|
Loading…
Reference in New Issue