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

Ashok Jebaraj 1 Reputation point Microsoft Employee
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.
24,964 questions
{count} votes

1 answer

Sort by: Most helpful
  1. James Hamil 27,206 Reputation points Microsoft Employee Moderator
    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


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.