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

Microsoft.Graph.Auth 1.0.0-preview.5 - Production Code #86

Closed vijayaram-b closed 4 years ago

vijayaram-b commented 4 years ago

We are planning to use the Graph API to read the emails from the Azure Directory. Our company policy state that we should only use published packages not pre-release or preview packages. Could someone advise when this package will be officially published, if not is there any alternative for the same.

MIchaelMainer commented 4 years ago

This package won't become an official release. We now plan on aligning the auth client story for the Microsoft Graph clients to work with TokenCredential provided by Azure.Identity. It is the mechansim by which the Azure SDKs get authorization. In the meantime, I'd suggest that you implement your own implementation of IAuthenticationProvider that directly uses MSAL.