Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Azure Active Directory B2C for .NET Developers [2025]
Rating: 4.2 out of 5(842 ratings)
5,419 students

Azure Active Directory B2C for .NET Developers [2025]

Learn how to authenticate API and .NET Web Application with Azure Active Directory B2C (external logins)
Last updated 2/2026
English
English [Auto],Japanese [Auto],

What you'll learn

  • Creating Azure AD B2C tenant
  • Creating user flows in Azure AD B2C
  • Authenticating Web Application with Azure AD B2C
  • Authenticating API with Azure AD B2C
  • Configuring Roles with Azure AD B2C (Custom attributes)
  • External Logins with Azure ADB B2C
  • Deploying applications to Azure
  • Common errors and edge cases

Course content

13 sections106 lectures6h 9m total length
  • Welcome1:35

    Explore how Azure AD B2C, Microsoft's identity management solution, scales to millions of users and billions of authentications, and learn to configure and consume it in .NET applications and API.

  • Get most out of the course0:44
  • Overview of Azure Active Directory B2C4:29

    Learn how Azure Active Directory B2C centralizes registration, login, and password management, enabling token-based authentication for web apps and APIs, including social logins, without storing passwords locally.

  • Advantages of Azure AD B2C1:36

    Discover how Azure Active Directory B2C offloads security to a central store, removing password handling in your apps. Enable single sign on with social media platforms and MFA across apps.

  • course overview3:38

    Explore azure active directory b2c, create a b2c tenant, register apps, use OpenID Connect in .NET, and authenticate .NET MVC app with sign in, sign out, and edit profile.

  • demo application3:49

    Demonstrate building an Azure AD B2C demo: create a tenant, register apps, enable sign in and sign up with Facebook SSO, and deploy to Azure.

  • 6 GitHub Url1:12

    Explore the GitHub repository for the Azure AD B2C 2025 update to review commits and sections, use it for debugging, and progress through required configuration updates while avoiding direct cloning.

Requirements

  • Basic knowledge of .NET Core (CRUD Operations)

Description

Azure has lots to offer but when it comes to securing application one thing that stands out is Azure Active Directory B2C. It is one of the buzz words with azure that is often misunderstood or misconfigured. In this course we will learn the basics of Azure Active Directory B2C (AD B2C)

There are many courses online which will teach you basics of Azure and what Azure AD B2C is, but there are very few to none that comes close to actually implementing and consuming Azure AD B2C. That will be the main focus of this course.

When you’re finished with this course, you’ll have the skills and knowledge of Azure AD B2C needed to allow anybody to sign-in to your applications and then manage those users.

Throughout the course we will

  • Create B2C tenant and register applications

  • Consume Azure B2C in a .NET MVC application

  • User flows in azure B2C

  • Add B2C authentication using AddMicrosoftIdentityWebApp

  • Custom properties in user flows

  • Customize consuming B2C using OpenIdConnect in .NET

  • Secure API using azure B2C

  • Single Sign-On

  • Deploying applications to Azure

  • Common errors and edge cases

This course will take you through the basics and give you a solid foundation in Azure Active Directory B2C to implement authentication in your .NET Applications.

Who this course is for:

  • Students who wants to learn Azure B2C
  • Students who wants to authenticate Web App and API with Azure AD B2C