Skip to content

Commit b37cdeb

Browse files
committed
Updated Example and Readme
1 parent a10b4eb commit b37cdeb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

auth0-springboot-api/EXAMPLES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ public class AdminController {
282282

283283
## Multiple Custom Domains (MCD)
284284

285-
Multiple Custom Domains (MCD) support enables a single API application to accept access tokens issued by multiple domains associated with the same **Auth0 tenant**, including the canonical domain and its custom domains.
285+
Multiple Custom Domains (MCD) support enables a single API application to accept access tokens issued by multiple domains associated with the same Auth0 tenant, including the canonical domain and its custom domains.
286286

287287
This is commonly required in scenarios such as:
288288

auth0-springboot-api/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This library builds on top of the standard Spring Security JWT authentication, p
66

77
- **Complete Spring Security JWT Functionality** - All features from Spring Security JWT Bearer are available
88
- **Built-in DPoP Support** - Industry-leading proof-of-possession token security per [RFC 9449](https://datatracker.ietf.org/doc/html/rfc9449)
9-
- **Multi-Custom Domain (MCD) Support** - Validate tokens from multiple Auth0 custom domains with static lists or dynamic resolution
9+
- **Multiple Custom Domain (MCD) Support** - Validate tokens from multiple Auth0 custom domains with static lists or dynamic resolution
1010
- **Extensible Caching** - Pluggable `AuthCache` interface for OIDC discovery and JWKS caching with distributed backend support (Redis, Memcached)
1111
- **Auto-Configuration** - Spring Boot auto-configuration with minimal setup
1212
- **Flexible Authentication Modes** - Bearer-only, DPoP-only, or flexible mode supporting both
@@ -175,9 +175,9 @@ curl -H "Authorization: DPoP <jwt_token>" \
175175
https://your-api.example.com/api/protected
176176
```
177177

178-
## Multi-Custom Domain (MCD) Support
178+
## Multiple Custom Domain (MCD) Support
179179

180-
For tenants with multiple custom domains, the SDK can validate tokens from any of the configured issuers. There are three ways to configure domain resolution:
180+
For tenant with multiple custom domains, the SDK can validate tokens from any of the configured issuers. There are three ways to configure domain resolution:
181181

182182
### Option 1: Static Domain List
183183

0 commit comments

Comments
 (0)