• Using Microsoft.Identity.Web to protect ASP.NET Core web apps
  • Create a new ASP.NET core web app
  • Create a new ASP.NET Core web app using the command line
  • Create a new ASP.NET Core web app using the Visual Studio wizard
  • Add authentication to an existing web app
  • Migrate an ASP.NET Core 3.1 web app to use Microsoft Identity Web
  • Advanced scenarios
  • Enabling a sign-up experience
  • Using delegate events instead of the configuration section
  • Specify the authentication scheme
  • Additional resources to sign-in user to a web app with Microsoft identity platform
  • Programmatically invoke a B2C journey
  • Web apps that sign in users and call web APIs on behalf of the signed-in user - Startup.cs
  • Optimization
  • Web app controller
  • Web apps that acquire tokens on their own behalf (daemon scenarios, client credential flow)
  • More information about the scenarios
  • Microsoft Identity Web and Protocols
  • OAuth 2.0 protocols used in web apps.
  • AADB2C90088 invalid_grant error
  • How do I resolve the error?
  • Why?
  • See also