Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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