How to implement Azure AD based authentication in ASP.NET Web(Web Forms)

Vivek Barnwal 26 Reputation points
2024-01-20T13:21:11.98+00:00

I'm new to ASP.NET Web Forms and I am looking for Azure AD based authentication and authorization is there any documentation or any help will he highly appreciated.

Microsoft Security Microsoft Entra Microsoft Entra ID
{count} votes

Accepted answer
  1. Shweta Mathur 30,296 Reputation points Microsoft Employee Moderator
    2024-01-24T06:13:46.87+00:00

    VK You can use the MVC to secure your WebForms applications as mentioned here.

    https://www.cloudidentity.com/blog/2014/07/24/protecting-an-asp-net-webforms-app-with-openid-connect-and-azure-ad/

    Authentication is going to work the same for all asp.net applications.

    https://devblogs.microsoft.com/premier-developer/convert-asp-net-webforms-with-windows-authentication-to-use-aad/

    Thanks,

    Shweta

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Dillon Silzer 57,826 Reputation points Volunteer Moderator
    2024-01-20T16:30:33.2933333+00:00

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.