microsoftgraph / aspnetcore-connect-sample

[ARCHIVED] This ASP.NET Core MVC sample shows how to connect to Microsoft Graph using delegated permissions and the Azure AD v2.0 (MSAL) endpoint.
MIT License
123 stars 96 forks source link

sessiontokencache 'TokenCache.HasStateChanged' is obsolete #31

Closed ferronsw closed 5 years ago

ferronsw commented 5 years ago

The sessiontokencache 'TokenCache.HasStateChanged' is obsolete. Please update the sample. Used in the SessionTokenCache class ofc.

mark-szabo commented 5 years ago

With MSAL 3 we aren't using the SessionTokenCache anymore (it is included in MSAL), so I'll close this issue. Thanks for reporting!