Skip to content

Commit 77ba94e

Browse files
ysavcheneleftherias
authored andcommitted
Update docs to use multi-tenancy
Closes gh-10572
1 parent 0150367 commit 77ba94e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: docs/modules/ROOT/pages/reactive/oauth2/resource-server/multitenancy.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= OAuth 2.0 Resource Server Multitenancy
1+
= OAuth 2.0 Resource Server Multi-tenancy
22

33
[[webflux-oauth2resourceserver-multitenancy]]
44
== Multi-tenancy

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= OAuth 2.0 Resource Server Multitenancy
1+
= OAuth 2.0 Resource Server Multi-tenancy
22

33
[[oauth2reourceserver-opaqueandjwt]]
44
== 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
100100

101101
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:
102102

103-
.Multitenancy Tenant by JWT Claim
103+
.Multi-tenancy Tenant by JWT Claim
104104
====
105105
.Java
106106
[source,java,role="primary"]

0 commit comments

Comments
 (0)