DEV Community

Discussion on: Implement a distributed token cache for ASP.NET Core apps with Azure Cosmos DB

Collapse
 
christosmatskas profile image
Christos Matskas

Your MSAL client is able to get your token from the cache. When you do client.acquireTokenForUserSilent() it will look into the cache first... so it's seamless to you if you implement it correctly :)