Skip to content

Commit 916dd97

Browse files
committed
Update managed-identity.md
1 parent 7a84070 commit 916dd97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal-python-conceptual/advanced/managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For a complete list, refer to [Azure services that can use managed identities to
3232

3333
MSAL libraries provide lower level APIs that are closer to the OAuth2 and OIDC protocols.
3434

35-
Both MSAL Python and Azure SDK allow to acquire tokens via managed identity. Internally, Azure SDK uses MSAL Python, and it provides a higher-level API via its [`DefaultAzureCredential`](/python/api/azure-identity/azure.identity.defaultazurecredential?view=azure-python) and [`ManagedIdentityCredential`](/python/api/azure-identity/azure.identity.ManagedIdentityCredential?view=azure-python) abstractions.
35+
Both MSAL Python and Azure SDK allow to acquire tokens via managed identity. Internally, Azure SDK uses MSAL Python, and it provides a higher-level API via its [`DefaultAzureCredential`](/python/api/azure-identity/azure.identity.defaultazurecredential) and [`ManagedIdentityCredential`](/python/api/azure-identity/azure.identity.ManagedIdentityCredential) abstractions.
3636

3737
If your application already uses one of the SDKs, continue using the same SDK.
3838

0 commit comments

Comments
 (0)