Skip to content

rokstep-adal-shims

NuGet version

GitHub source

Status: alpha

Install

Terminal window
dotnet add package Rokstep.Adal.Shims

What this is

A drop-in replacement for Microsoft.IdentityModel.Clients.ActiveDirectory (ADAL - Active Directory Authentication Library). Microsoft deprecated ADAL in 2022 in favor of MSAL (Microsoft.Identity.Client). The package no longer receives security updates.

The shims preserve the ADAL public surface so your existing code compiles, but every obsolete member emits an RKSAD#### diagnostic pointing at the MSAL equivalent.

Diagnostic IDs

11 total: RKSAD0001 - RKSAD0011.

CHANGELOG

See github.com/rokstep/adal-shims/blob/main/CHANGELOG.md.