From 8893f601577de9073aebd55cd0f371351b016fa1 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Tue, 23 Apr 2024 08:07:45 -0600 Subject: [PATCH] Fix http Link Issue gh-14944 --- docs/modules/ROOT/pages/servlet/saml2/logout.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/servlet/saml2/logout.adoc b/docs/modules/ROOT/pages/servlet/saml2/logout.adoc index 73662a091d..34038df70c 100644 --- a/docs/modules/ROOT/pages/servlet/saml2/logout.adoc +++ b/docs/modules/ROOT/pages/servlet/saml2/logout.adoc @@ -184,7 +184,7 @@ You do this by setting the `RelyingPartyRegistration.Builder#singleLogoutService [[architecture]] == How Saml 2.0 Logout Works -Next, let's see the architectural components that Spring Security uses to support http://docs.oasis-open.org/security/saml/v2.0/saml-profiles-2.0-os.pdf#page=37[SAML 2.0 Logout] in servlet-based applications, like the one we just saw. +Next, let's see the architectural components that Spring Security uses to support https://docs.oasis-open.org/security/saml/v2.0/saml-profiles-2.0-os.pdf#page=37[SAML 2.0 Logout] in servlet-based applications, like the one we just saw. For RP-initiated logout: