Skip to content

bozhiqian/Azure-AD-B2C-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Azure AD B2C demo ASP.NET Core 2.0 Web App

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published