Hi @Esmaeel Rahimi ,
Thanks for reaching out.
Your understanding is right.
You're on the right track by identifying that ADAL is deprecated and must be replaced with Microsoft's newer Microsoft Authentication Library (MSAL) for handling authentication and authorization with Entra ID.
You need to replace ADAL reference libraries with MSAL libraries.
You don't need to migrate your B2C URLs to MSAL. MSAL is a library for handling authentication and authorization, while B2C is a cloud identity management solution. However, you may need to update your B2C policies to work with MSAL instead of ADAL.
Reference - https://learn.microsoft.com/en-us/entra/msal/dotnet/how-to/msal-net-migrationHope this will help.
Thanks,
Shweta
Please "Accept the answer" if above answer helps you.