Skip to content

Setting up ASP.NET Core Web App

Oleg Burov edited this page May 4, 2018 · 8 revisions

Now you need to create the Web App (blue box below) and wire it up with Auth0 (orange box below).

Auth0 and Web App

Step 1 Create ASP.NET Core 2.1 Web Application

In Visual Studio 2017, create a new project ASP.NET Core Web Application project using the template Web Application (Model-View-Controller).

For more information see ASP.NET Core Init

Step 2 Add Auth0 credentials into Web App settings

Step 3 Add Authentication, Cookie and OpenIdConnect middlewares

Step 4 Add Login feature

Step 4 Add Profile feature

Clone this wiki locally