Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 2.06 KB

README.md

File metadata and controls

24 lines (19 loc) · 2.06 KB

Azure AD B2C Demo ASP.NET Core 2.0 Web App

This Sample ASP.NET Core 2.0 Web app demonstrate to authenticate users using Azure AD B2C with default tenant domain account or other social identities.

Steps to implementation:

  1. Azure Portal: Create Active Directory B2C tenant

  2. Azure Portal: Add new application in AD

  3. Azure Portal: Add policiy to "Sign-up or sign-in policies", "Profile editing policies", "Sign-up policies", "Sign-in policies".

  4. Azure Portal: Set reply url for each policy to handle OIDC redirects

  5. Azure Portal: Add identity provider such as Google, Microsoft, Facebook and Twitter.

  6. ASP.NET Core web app: Add Cookie middleware

  7. ASP.NET Core web app: Implement Sign out end point

  8. ASP.NET Core web app: Add user profile editing.

References