Skip to content

Commit

Permalink
Fix http Link
Browse files Browse the repository at this point in the history
Issue gh-14944
  • Loading branch information
jzheaux committed Apr 23, 2024
1 parent 74fb626 commit 8893f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/servlet/saml2/logout.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 8893f60

Please sign in to comment.