migrating-adal-to-msal Skill
Migrates deprecated ADAL (Microsoft.IdentityModel.Clients.ActiveDirectory) to MSAL (Microsoft.Identity.Client) for Azure AD authentication. Use ONLY when Microsoft.IdentityModel.Clients.ActiveDirectory has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenarios where ADAL is still s Published by microsoft in upgrade-agent-plugins.
What is migrating-adal-to-msal Skill?
Migrates deprecated ADAL (Microsoft.IdentityModel.Clients.ActiveDirectory) to MSAL (Microsoft.Identity.Client) for Azure AD authentication. Use ONLY when Microsoft.IdentityModel.Clients.ActiveDirectory has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenarios where ADAL is still s Published by microsoft in upgrade-agent-plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using upgrade-agent-plugins
Technical details
- Install or run with Copy skill directory
When to use migrating-adal-to-msal Skill
- Use it for developers using upgrade-agent-plugins.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/upgrade-agent-plugins
- Skill file: plugins/upgrade-agent/extenders/upgrade-dotnet/upgrade/skills/lazy/libraries/migrating-adal-to-msal/SKILL.md
What it does
Migrates deprecated ADAL (Microsoft.IdentityModel.Clients.ActiveDirectory) to MSAL (Microsoft.Identity.Client) for Azure AD authentication. Use ONLY when Microsoft.IdentityModel.Clients.ActiveDirectory has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenarios where ADAL is still s
Skill instructions
ADAL to MSAL Migration Overview Migrate Azure AD authentication from ADAL (Active Directory Authentication Library) to MSAL (Microsoft Authentication Library). ADAL reached end of support in June 2023, and MSAL is the recommended replacement for all Azure AD / Microsoft Entra ID authentication scenarios. The core change is replacing AuthenticationContext with MSAL's fluent application builders and converting resource-based token requests to scope-based requests. Related skills: For OWIN-based cookie or OAuth authentication migration, see migrating-owin-cookie-auth and migrating-owin-oauth-to-jwt. Package Reference Changes Old Reference (Remove) xml <PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="5.x.x" / New Reference (Add) xml <PackageReference Include="Microsoft.Identity.Client" Version="{latest-stable}" / Use tools or NuGet to find the latest stable version. Workflow Migration Progress: - [ ] Step 1: Detect ADAL usage patterns - [ ] Step 2: Updat
Explore related resources
Frequently asked questions
What is migrating-adal-to-msal?
migrating-adal-to-msal is a open-source AI agent skill with Copy skill directory. Migrates deprecated ADAL (Microsoft.IdentityModel.Clients.ActiveDirectory) to MSAL (Microsoft.Identity.Client) for Azure AD authentication.
Who is migrating-adal-to-msal best for?
migrating-adal-to-msal is best for reusing agent instructions, scripts, and references.
How do I install migrating-adal-to-msal?
Install or run migrating-adal-to-msal using Copy skill directory. Check migrating-adal-to-msal for the latest setup command.
Is migrating-adal-to-msal actively maintained?
migrating-adal-to-msal may need a closer maintenance check before production use.
Auto-fetched from GitHub.