Skip to content

Commit 5ca3161

Browse files
committed
Update managed-identity.md
1 parent c362e24 commit 5ca3161

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,7 @@ if "access_token" in result:
111111
112112
## Caching
113113

114-
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.
114+
By default, MSAL Python supports in-memory caching.
115+
116+
>[!IMPORTANT]
117+
>MSAL Python also supports 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 and a few other limited scenarios. We **do not recommend** sharing managed identity token cache among multiple machines as this can result in unexpected access behaviors for users of the cache.

0 commit comments

Comments
 (0)