How to find if we are using ADAL or MSAL? We are using System.Web.HttpContext.Current.

Ashok Jebaraj 1 Reputation point
2021-08-09T23:42:22.82+00:00

How to find if we are using ADAL or MSAL? We are using System.Web.HttpContext.Current.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,629 questions
{count} votes

1 answer

Sort by: Most helpful
  1. James Hamil 23,216 Reputation points Microsoft Employee
    2021-08-11T21:47:32.687+00:00

    Hi @Ashok Jebaraj , I'll need more info than just the System.Web.HttpContext.Current portion since it just shows that you're using the System.Web namespace. It doesn't tell me if you're using ADAL or MSAL. If you can post a snippet of your code (without personal information) I can help you further! Also, have you created any authentication flows?

    Best,
    James