Challenge 06 - Implement Azure AD B2C

< Previous Challenge - Home - Next Challenge >

Introduction

Right now your application on Azure is wide open for anyone to use. Your application allows you to add, edit and delete competitors. Let’s make sure only authenticated users can do this. If you try to perform one of these actions in your application, you’ll get some errors; you need to complete the feature!

The application has the code in place to authenticate users against Azure AD B2C, you just need to create an Azure AD B2C application, build the user journeys and policy and then set the right configuration values.

Description

Success Criteria

To complete this challenge successfully, you should be able to:

greeting

Learning Resources

Tips