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

[TECH DEBT] ADAL to MSAL change #23

Open
nicholasmhughes opened this issue May 24, 2023 · 0 comments
Open

[TECH DEBT] ADAL to MSAL change #23

nicholasmhughes opened this issue May 24, 2023 · 0 comments
Labels
needs triage Requires initial triage by community members or maintainers tech-debt Technical debt which needs to be addressed

Comments

@nicholasmhughes
Copy link
Member

ported issue by @localden from: saltstack/salt#63447

Hi folks - I am a PM on the Microsoft Identity SDK team. I've noticed that the project takes a dependency on ADAL. This library will hit end-of-support by June of this year (2023) - the recommended path forward here is to update this to MSAL (there is a Python release).

What's the best path to make the change?

This will affect the Azure token acquisition mechanism - I see that there are no direct references in code to the library, but it likely comes through other libraries (such as msrestazure - which is deprecated).

Need to investigate dependencies in this extension per this information.

@nicholasmhughes nicholasmhughes added needs triage Requires initial triage by community members or maintainers tech-debt Technical debt which needs to be addressed labels May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Requires initial triage by community members or maintainers tech-debt Technical debt which needs to be addressed
Projects
None yet
Development

No branches or pull requests

1 participant