Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from ADAL to MSAL or Azure.Identity #70

Open
abatishchev opened this issue Oct 2, 2023 · 0 comments
Open

Migrate from ADAL to MSAL or Azure.Identity #70

abatishchev opened this issue Oct 2, 2023 · 0 comments

Comments

@abatishchev
Copy link
Collaborator

Currently Microsoft.IdentityModel.Clients.ActiveDirectory (aka ADAL) is used to authenticate with AAD:

<PackageVersion Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="2.28.0" />

But even its latest version 5.3.0 is decommissioned as of December 2022:

Suggested Alternatives
[Microsoft.Identity.Client](https://www.nuget.org/packages/Microsoft.Identity.Client/)

Additional Details
Please note, a newer package is available Microsoft.Identity.Client.
This package will continue to receive critical bug fixes until December 2022, we strongly encourage you to upgrade.
See https://docs.microsoft.com/azure/active-directory/develop/msal-net-migration for Migration guide and more details.

We should migrate to either MSAL (per the guidance) or Azure.Identity (my personal preference).

@abatishchev abatishchev changed the title Migrate from ADAL to MSAL or Core.Identity Migrate from ADAL to MSAL or Azure.Identity Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant