Skip to content

Commit d51d8ea

Browse files
Update src/content/docs/accesstokenmanagement/advanced/extensibility.md
Co-authored-by: Maarten Balliauw <maarten.balliauw@duendesoftware.com>
1 parent 8593e30 commit d51d8ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/accesstokenmanagement/advanced/extensibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ In multi-tenant applications, different tenants often require different paramete
113113
- A unique API resource or audience identifier
114114
- Tenant-specific scopes
115115

116-
The `ITokenRequestCustomizer` provides a clean way to handle these variations without needing separate HttpClient configurations for each tenant.
116+
The `ITokenRequestCustomizer` provides a clean way to handle these variations without needing separate `HttpClient` configurations for each tenant.
117117

118118
The following example demonstrates a multi-tenant scenario where the customizer extracts the tenant identifier from the HTTP request and applies tenant-specific token parameters:
119119

0 commit comments

Comments
 (0)