Skip to content

Commit

Permalink
Update docs to use multi-tenancy
Browse files Browse the repository at this point in the history
Closes gh-10572
  • Loading branch information
ysavchen authored and eleftherias committed Feb 14, 2022
1 parent 0150367 commit 77ba94e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= OAuth 2.0 Resource Server Multitenancy
= OAuth 2.0 Resource Server Multi-tenancy

[[webflux-oauth2resourceserver-multitenancy]]
== Multi-tenancy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= OAuth 2.0 Resource Server Multitenancy
= OAuth 2.0 Resource Server Multi-tenancy

[[oauth2reourceserver-opaqueandjwt]]
== Supporting both JWT and Opaque Token
Expand Down Expand Up @@ -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:

.Multitenancy Tenant by JWT Claim
.Multi-tenancy Tenant by JWT Claim
====
.Java
[source,java,role="primary"]
Expand Down

0 comments on commit 77ba94e

Please sign in to comment.