Skip to content
Oleg Burov edited this page May 20, 2018 · 19 revisions

Welcome to the Auth0 wiki!

This wiki will cover detailed information about integrating Auth0 with ASP.NET Core 2.1.

The solution will include ASP.NET Core Web Application (blue box) and ASP.NET Core Web API (green box). The authentication and authorization will be handled by Auth0 (orange box).

Getting Started

  1. Home
  2. Setting up Auth0 account
  3. Creating Application in Auth0 portal
  4. Setting up ASP.NET Core Web App
  5. Creating API in Auth0 portal
  6. Setting up ASP.NET Core Web API
  7. Marrying Web App and Web API