Setup & Installation
What This Skill Does
Adds JWT access token validation to ASP.NET Core Web APIs using Auth0. It handles bearer token authentication, scope and permission checks, and supports DPoP proof-of-possession token binding. Works with tokens issued by Auth0 to protect REST API endpoints called by frontends or mobile apps. It wires up Auth0 JWT validation with a single method call instead of manually configuring token audiences, issuers, and signing keys through raw Microsoft JWT Bearer options.
When to use it
- Working with auth0 aspnetcore api functionality
- Implementing auth0 aspnetcore api features
- Debugging auth0 aspnetcore api related issues
