C
C#12mo ago
julian

❔ ASP.NET Core Web API with Auth0

So, I’ve been working on a project for about 8 months now, and was thinking of changing the Authentication system from my own written to Auth0, but how would It work with ASP.NET Core Web API? Is it possible to have a /api/login endpoint, that redirects to auth0’s login page, and returns a token If successfully logged in?
4 Replies
sneezey
sneezey12mo ago
Auth0 Docs
Auth0 ASP.NET Core Web API SDK Quickstarts: Authorization
This tutorial demonstrates how to add authorization to an ASP.NET Core Web API application using the standard JWT middleware.
julian
julian12mo ago
That won't let me use the Auth0 Authentication page. If I'm not wrong It's based of M2M Authentication.
Mayor McCheese
Mayor McCheese12mo ago
Auth0 has outsourced some their basic internal training content to the public, you might want to watch their training videos.
Accord
Accord12mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.