Can anybody help on how to implement Azure AD Authentication in ASP.NET web app(.NET Framework)?
Need help to implement Azure AD Authentication.
6 Replies
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View
Project type: ASP.NET Web Application(.NET Framework)
Project template: Web Forms
Target .NET Framework: 4.7.2
Project purpose: To learn how Azure AD authentication work in web app(.NET framework).
What I have done as of now:
Created a web app from Visual Studio.
Updated Web.Config file, with the required values like ClientId, ClientSecret, AADInstance, Domain and PostLogoutRedirectUri.
added [Authorize] attribute to page which I wanted to secure
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View
yes
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View
@TeBeCo thanks for sharing info.