Azure-Samples / active-directory-dotnet-graphapi-web

A .NET 4.5 MVC web app that demonstrates how to query the Azure AD Graph API using the Azure AD Graph Client Library
82 stars 68 forks source link

TokenCache should not be static #37

Open SyntaxGeek opened 8 years ago

SyntaxGeek commented 8 years ago

I've had a couple of instances where token cache of one user was being received by other users, this obviously is something that shouldn't happen :D