Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 682 Bytes

ReadMe.md

File metadata and controls

5 lines (4 loc) · 682 Bytes

Online TODO List

Online TODO List is a simple web application built using ASP.NET MVC Core that can run in all web browsers. The application has a support for Sign up and Sign In which is implemented using Microsoft Identity (Azure AD B2C), and the app stores the data in an in-memory database.

Reference

I have referred this Git repo - (Microsoft Azure Sample) to configure Identity & Access Management (IAM) in Azure AD B2C and to build this sample I have copy-paste some code from this Git branch which microsoft have granted permission to use, copy code and modified it as required