API & Web Project Authentication with Azure Active Directory | SingleTenant Authentication + Postman

Опубликовано: 22 Май 2026
на канале: Rohit Sharma
14,094
181

In this video I'll show how we can we Authentication API and Web Project with Azure Active Directory.

Source Code - github.com/rohityoutube/WebAzure

********Sections**********
00:00 Introduction
1:36 Create API Application
3:36 Create the APP Registration in Azure For API
7:17 Register Client App in Azure
8:57 Accessing the API ustin POSTMAN
11:23 Creating Client Application ( in Visual Studio)
13:18 Updating App Settings For Azure AD and API
17:12 Create Token Service
27:38 Adding Controller Code
30:27 Fixing the Issues and Running the Application