You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A library that provides **everything the standard JWT Bearer authentication offers**, with the added power of **built-in DPoP (Demonstration of Proof-of-Possession)** support for enhanced token security. Simplify your Auth0 JWT authentication integration for ASP.NET Core APIs with Auth0-specific configuration and validation.
11
+
A library that provides **everything the standard JWT Bearer authentication offers**, with the added power of **built-in DPoP (Demonstration of Proof-of-Possession)** support for enhanced token security and **Multiple Custom Domains** support for multi-tenant architectures. Simplify your Auth0 JWT authentication integration for ASP.NET Core APIs with Auth0-specific configuration and validation.
12
12
13
13
## Table of Contents
14
14
@@ -24,6 +24,7 @@ A library that provides **everything the standard JWT Bearer authentication offe
-**Auth0 Optimized** - Pre-configured for Auth0's authentication patterns
44
46
-**Zero Lock-in** - Use standard JWT Bearer features alongside DPoP enhancements
45
47
-**Single Package** - Everything you need in one dependency
@@ -252,6 +254,19 @@ Choose the right enforcement mode for your security requirements:
252
254
253
255
## Advanced Features
254
256
257
+
### Multiple Custom Domains Support
258
+
259
+
For multi-tenant architectures where your API needs to accept tokens from multiple Auth0 custom domains, this library provides seamless support without requiring separate authentication schemes or complex configuration.
260
+
261
+
**Key capabilities:**
262
+
-**Static Domain Lists** - Configure a fixed set of allowed Auth0 domains at startup
263
+
-**Dynamic Domain Resolution** - Resolve allowed domains at runtime based on request context, database queries, or external APIs
264
+
-**Automatic OIDC Discovery** - Handles OIDC metadata and JWKS fetching per domain with built-in caching
0 commit comments