浏览代码

Fix typo in multitenancy documentation

Signed-off-by: Hao <kyrieeeee2@gmail.com>
Hao 5 月之前
父节点
当前提交
8c7d2e8922
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/modules/ROOT/pages/servlet/oauth2/resource-server/multitenancy.adoc

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

@@ -320,7 +320,7 @@ class TenantJWSKeySelector(tenants: TenantRepository) : JWTClaimsSetAwareJWSKeyS
 ----
 ======
 <1> A hypothetical source for tenant information
-<2> A cache for `JWKKeySelector`s, keyed by tenant identifier
+<2> A cache for `JWSKeySelector`s, keyed by tenant identifier
 <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
 <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