...
/Configuring Our ASP.NET Backend to Authenticate with Auth0
Configuring Our ASP.NET Backend to Authenticate with Auth0
Learn to integrate our ASP.NET backend with Auth0.
We'll cover the following...
We can now change our ASP.NET backend to authenticate with Auth0.
Steps to configure backend with Auth0
Let's open the backend project in Visual Studio and carry out the following steps:
Install the following NuGet package:
Note: Make sure the version of the package you select is supported by the version of .NET you are using. So, for example, if you are ...