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 support Azure B2C #84

Closed peombwa closed 3 years ago

peombwa commented 4 years ago

https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/AAD-B2C-specifics AB#7214

MIchaelMainer commented 4 years ago

I suspect that we'll need to add this support to Azure.Identity since it is unlikely that they'd need to support this scenario.

maisarissi commented 3 years ago

Hi @peombwa

Thank you for reaching out and opening this issue. This client library will not leave the preview state. Microsoft.Graph v4 now integrates with Azure.Identity which supports a wide variety of authentication flows out of the box. We suggest that you migrate to v4 + Azure.Identity. Read more about it in this issue.

This issue won't be fixed, and the repository will be archived.