Skip to content

Commit f25d603

Browse files
bgavrilMSjmprieur
andauthored
Update articles/active-directory/develop/msal-net-token-cache-serialization.md
Co-authored-by: Jean-Marc Prieur <[email protected]>
1 parent 054c42c commit f25d603

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/active-directory/develop/msal-net-token-cache-serialization.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ public static async Task<AuthenticationResult> GetTokenAsync(string clientId, X5
230230

231231
Instead of `app.AddInMemoryTokenCache();` you can use different caching serialization technologies, including no serialization, in memory, and distributed token cache storage provided by .NET.
232232

233+
<a id='no-token-cache-serialization' />
233234
#### Token Cache without serialization
234235

235236
You can specify that you don't want to have any token cache serialization and rely on MSAL.NET internal cache, if you:

0 commit comments

Comments
 (0)