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

Library should be updated with the latest version of MSAL.NET #77

Closed peombwa closed 3 years ago

peombwa commented 4 years ago

The latest version MSAL.NET fixes a lot of bugs around certificate based auth https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases. AB#7212

peombwa commented 3 years ago

This has been resolved.