Hi Team,
I am looking out for some references on Azure AD AuthN and AuthZ using ASP.Net WebAPI(.Net Framework 4.8) but not the .Net Core. Please do reply to this post if you have already worked on this before.
Thanks,
Khaja
Hi Team,
I am looking out for some references on Azure AD AuthN and AuthZ using ASP.Net WebAPI(.Net Framework 4.8) but not the .Net Core. Please do reply to this post if you have already worked on this before.
Thanks,
Khaja
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tuhin PaulPosted Mar 9, 2023, 1:02 AM
For Azure AD authentication and authorization using ASP.NET Web API on .NET Framework 4.8, you can refer to the following Microsoft documentation:
1. Authentication Scenarios for Azure AD
https://docs.microsoft.com/en-us/azure/active-directory/develop/authentication-scenarios
2. Authentication and Authorization in ASP.NET Web API
https://docs.microsoft.com/en-us/aspnet/web-api/overview/security/authentication-and-authorization-in-aspnet-web-api
3. Authentication and authorization for Azure App Service and Azure Functions
https://docs.microsoft.com/en-us/azure/app-service/overview-authentication-authorization
You can also refer to the Azure Active Directory Authentication Library (ADAL) for .NET, which provides a set of classes for using Azure AD authentication in .NET Framework applications.
Azure Active Directory Authentication Library (ADAL) for .NET
https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-authentication-libraries
Raj KumarPosted Mar 8, 2023, 8:27 PM
This article is best choice for your need:
https://www.c-sharpcorner.com/article/enable-azure-ad-authentication-using-net-5-0-web-api/