Skip to content

Commit ecde5d8

Browse files
authored
Update resilience-client-app.md
1 parent 7b10f10 commit ecde5d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/active-directory/fundamentals/resilience-client-app.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ MSAL caches tokens and uses a silent token acquisition pattern. MSAL serializes
3535

3636
Learn more:
3737

38-
[Token cache serialization](https://github.com/AzureAD/microsoft-identity-web/wiki/token-cache-serialization)
39-
[Token cache serialization in MSAL.NET](../develop/msal-net-token-cache-serialization.md)
40-
[Custom token cache serialization in MSAL for Java](../develop/msal-java-token-cache-serialization.md)
41-
[Custom token cache serialization in MSAL for Python](../develop/msal-python-token-cache-serialization.md).
38+
* [Token cache serialization](https://github.com/AzureAD/microsoft-identity-web/wiki/token-cache-serialization)
39+
* [Token cache serialization in MSAL.NET](../develop/msal-net-token-cache-serialization.md)
40+
* [Custom token cache serialization in MSAL for Java](../develop/msal-java-token-cache-serialization.md)
41+
* [Custom token cache serialization in MSAL for Python](../develop/msal-python-token-cache-serialization.md).
4242

4343
![Diagram of a device and and application using MSAL to call Microsoft Identity](media/resilience-client-app/resilience-with-microsoft-authentication-library.png)
4444

45-
When you're using MSAL, token caching, refreshing, and silent acquisition is supported automatically. Use simple patterns to acquire the tokens for authentication. There's support for many languages. Find code sample on, [Microsoft identity platform code samples](../develop/sample-v2-code.md).
45+
When you're using MSAL, token caching, refreshing, and silent acquisition is supported. Use simple patterns to acquire the tokens for authentication. There's support for many languages. Find code sample on, [Microsoft identity platform code samples](../develop/sample-v2-code.md).
4646

4747
## [C#](#tab/csharp)
4848

0 commit comments

Comments
 (0)