Back to skills

auth0-aspnetcore-api

security

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 w

Setup & Installation

npx skills add https://github.com/auth0/auth0-aspnetcore-api --skill auth0-aspnetcore-api
or paste the link and ask your coding assistant to install it
https://github.com/auth0/auth0-aspnetcore-api
View on GitHub

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