Skip to content

Commit 8c7d2e8

Browse files
yhao3jzheaux
authored andcommitted
Fix typo in multitenancy documentation
Signed-off-by: Hao <[email protected]>
1 parent 071906b commit 8c7d2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/oauth2/resource-server/multitenancy.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ class TenantJWSKeySelector(tenants: TenantRepository) : JWTClaimsSetAwareJWSKeyS
320320
----
321321
======
322322
<1> A hypothetical source for tenant information
323-
<2> A cache for `JWKKeySelector`s, keyed by tenant identifier
323+
<2> A cache for `JWSKeySelector`s, keyed by tenant identifier
324324
<3> Looking up the tenant is more secure than simply calculating the JWK Set endpoint on the fly - the lookup acts as a list of allowed tenants
325325
<4> Create a `JWSKeySelector` via the types of keys that come back from the JWK Set endpoint - the lazy lookup here means that you don't need to configure all tenants at startup
326326

0 commit comments

Comments
 (0)