2
0
Эх сурвалжийг харах

Update docs to use multi-tenancy

Closes gh-10572
Yuriy Savchenko 3 жил өмнө
parent
commit
f64181ab41

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

@@ -1,4 +1,4 @@
-= OAuth 2.0 Resource Server Multitenancy
+= OAuth 2.0 Resource Server Multi-tenancy
 
 
 [[webflux-oauth2resourceserver-multitenancy]]
 [[webflux-oauth2resourceserver-multitenancy]]
 == Multi-tenancy
 == Multi-tenancy

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

@@ -1,4 +1,4 @@
-= OAuth 2.0 Resource Server Multitenancy
+= OAuth 2.0 Resource Server Multi-tenancy
 
 
 [[oauth2reourceserver-opaqueandjwt]]
 [[oauth2reourceserver-opaqueandjwt]]
 == Supporting both JWT and Opaque Token
 == Supporting both JWT and Opaque Token
@@ -100,7 +100,7 @@ In each case, there are two things that need to be done and trade-offs associate
 
 
 One way to differentiate tenants is by the issuer claim. Since the issuer claim accompanies signed JWTs, this can be done with the `JwtIssuerAuthenticationManagerResolver`, like so:
 One way to differentiate tenants is by the issuer claim. Since the issuer claim accompanies signed JWTs, this can be done with the `JwtIssuerAuthenticationManagerResolver`, like so:
 
 
-.Multitenancy Tenant by JWT Claim
+.Multi-tenancy Tenant by JWT Claim
 ====
 ====
 .Java
 .Java
 [source,java,role="primary"]
 [source,java,role="primary"]