Asp.Net Core Web Application Azure Active Directory (Azure AD) Authentication



Asp.Net Core Web Application Azure Active Directory (Azure AD) Authentication

Asp.Net Core Web Application Azure Active Directory (Azure AD) Authentication

This video demonstrate integrating Azure AD(Azure Active Directory) Authentication with Asp.Net Core Web Application. It can be done in 6 simple steps.
1.Create new App Registration in Azure Active Directory
2.Add required nuget packages.
3. Generate Microsoft Identity Web Scaffolding Items
4. Add Azure Ad Configuration
5. Modify Startup.cs
6. Configure Sign in and Signout in app registrations.
After doing all these steps, Asp.Net Core Web Application will be integrated with Azure Active Directory(Azure AD) and Signin and Signout can be done.

****In the video it shows 7 steps. It is a mistake. There are only 6 steps*******

00:00 Introduction
00:20 Create App Registration
01:32 Add Nuget Packages
04:46 Add Azure Ad Configuration
07:37 Modify Startup.cs class
11:50 Add Web App Signin & Signout Configuration in App Registration
13:45 Output

Comments are closed.