Closed
Description
Following the instructions here to setup token cache provider for SQL. But I am not seeing an implementaiton of SQL Token Cache Provider mentioned in the Microsoft.Identity.Web
Instructions here says, https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/tree/master/2-WebApp-graph-user/2-2-TokenCache
Its implemented in MSALAppSqlTokenCacheProvider.cs and MSALPerUserSqlTokenCacheProvider of the Microsoft.Identity.Web project