Skip to content

Commit b33355f

Browse files
localdenrayluo
andauthored
Update msal-python-conceptual/advanced/managed-identity.md
Co-authored-by: Ray Luo <[email protected]>
1 parent 4eeacfe commit b33355f

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
@@ -107,4 +107,4 @@ if "access_token" in result:
107107
108108
## Caching
109109

110-
By default, MSAL Python supports in-memory caching. MSAL does not support cache extensibility for managed identity because of security concerns when using distributed cache. Since a token acquired for managed identity belongs to an Azure resource, using a distributed cache might expose it to the other Azure resources sharing the cache.
110+
By default, MSAL Python supports in-memory caching. MSAL Python also support cache extensibility for managed identity, so that you may persist the token cache on disk. This can be useful if you are writing a command-line script in Python. We do not recommend sharing managed identity token cache among multiple machines.

0 commit comments

Comments
 (0)