HowTo - StefH/AspNetCore.Security.Auth0 GitHub Wiki
Auth0
A 1. Create an Auth0 API

A 2. Add scope(s)

A 3. Remember the API Identifier

B 1. Create an Auth0 SPA application

B 2. Remember the Domain and Client ID

B 2. Update your Angular application to add Auth0:
https://github.com/auth0-samples/auth0-angular-samples/tree/master/01-Login
C 1. Create an Auth0 Machine 2 Machine application

C 2. Authorize the Machine 2 Machine application to use the Auth0 API

C 2. Remember the Domain, Client ID and Secret

C# WebAPI
The code needs to be update following this example link: aspnet-core-webapi/01-authorization
D 1. Add the settings and configuration
See readme