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

Fixes Access Token issue #44

Closed BarryWaluszko closed 3 weeks ago

BarryWaluszko commented 7 years ago

43 Fixes NaiveSessionCache class which deals with tokens (e.g. Access Token). Token wasn't stored across http sessions, now cache interacts only with one session.

acomsmpbot commented 7 years ago

No issues were found in this pull request.