Skip to content

Commit 6159e08

Browse files
yhao3jzheaux
authored andcommitted
Fix inline code formatting in documentation
Signed-off-by: Hao <[email protected]>
1 parent 8c7d2e8 commit 6159e08

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ class TenantJWSKeySelector(tenants: TenantRepository) : JWTClaimsSetAwareJWSKeyS
320320
----
321321
======
322322
<1> A hypothetical source for tenant information
323-
<2> A cache for `JWSKeySelector`s, keyed by tenant identifier
323+
<2> A cache for ``JWSKeySelector``s, keyed by tenant identifier
324324
<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
325325
<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
326326

docs/modules/ROOT/pages/servlet/saml2/login/overview.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ class MyCustomSecurityConfiguration {
639639
----
640640
======
641641

642-
In this way, the set of `RelyingPartyRegistration`s will refresh based on {spring-framework-reference-url}integration/cache/store-configuration.html[the cache's eviction schedule].
642+
In this way, the set of ``RelyingPartyRegistration``s will refresh based on {spring-framework-reference-url}integration/cache/store-configuration.html[the cache's eviction schedule].
643643

644644
[[servlet-saml2login-relyingpartyregistration]]
645645
== RelyingPartyRegistration
@@ -971,9 +971,9 @@ As seen so far, Spring Security resolves the `RelyingPartyRegistration` by looki
971971
Depending on the use case, a number of other strategies are also employed to derive one.
972972
For example:
973973

974-
* For processing `<saml2:Response>`s, the `RelyingPartyRegistration` is looked up from the associated `<saml2:AuthRequest>` or from the `<saml2:Response#Issuer>` element
975-
* For processing `<saml2:LogoutRequest>`s, the `RelyingPartyRegistration` is looked up from the currently logged in user or from the `<saml2:LogoutRequest#Issuer>` element
976-
* For publishing metadata, the `RelyingPartyRegistration`s are looked up from any repository that also implements `Iterable<RelyingPartyRegistration>`
974+
* For processing ``<saml2:Response>``s, the `RelyingPartyRegistration` is looked up from the associated `<saml2:AuthRequest>` or from the `<saml2:Response#Issuer>` element
975+
* For processing ``<saml2:LogoutRequest>``s, the `RelyingPartyRegistration` is looked up from the currently logged in user or from the `<saml2:LogoutRequest#Issuer>` element
976+
* For publishing metadata, the ``RelyingPartyRegistration``s are looked up from any repository that also implements `Iterable<RelyingPartyRegistration>`
977977

978978
When this needs adjustment, you can turn to the specific components for each of these endpoints targeted at customizing this:
979979

0 commit comments

Comments
 (0)