microsoftgraph / msgraph-sdk-dotnet-auth

Archived - use the TokenCredential classes provided by Azure.Identity. https://docs.microsoft.com/en-us/dotnet/api/overview/azure/identity-readme
https://graph.microsoft.com
MIT License
78 stars 19 forks source link

TokenCacheExtensions is not supported on mobile platforms. #32

Closed peombwa closed 5 years ago

peombwa commented 5 years ago

Could not load type 'Microsoft.Identity.Client.TokenCacheExtensions' from assembly 'Microsoft.Identity.Client, Version=2.7.1.0. exception message is thrown when using our interactiveAuthProvider in a UWP & Xamarin app.

MSAL guards against token cache extension delegates on mobile platforms as referenced here.

peombwa commented 5 years ago

This has been fixed as part of Microsoft.Graph.Auth 0.1.0-preview.2 release.