From b352c8f1da73c969cc577264428e1b11d6e13131 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Mon, 12 Apr 2021 14:49:12 -0600 Subject: [PATCH] Removed SAML SLO from What's New Issue gh-9596 --- docs/manual/src/docs/asciidoc/_includes/about/whats-new.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/manual/src/docs/asciidoc/_includes/about/whats-new.adoc b/docs/manual/src/docs/asciidoc/_includes/about/whats-new.adoc index fb1e42d6d4..2be7d1668f 100644 --- a/docs/manual/src/docs/asciidoc/_includes/about/whats-new.adoc +++ b/docs/manual/src/docs/asciidoc/_includes/about/whats-new.adoc @@ -21,7 +21,6 @@ Below are the highlights of the release. * SAML 2.0 Service Provider ** Added https://github.com/spring-projects/spring-security/issues/9095[OpenSAML 4 support] -** Added https://github.com/spring-projects/spring-security/issues/8731[Single Logout support] ** Enhanced SAML 2.0 https://github.com/spring-projects/spring-security/issues/9131[Assertion] https://github.com/spring-projects/spring-security/issues/9044[decryption] ** Added https://github.com/spring-projects/spring-security/issues/9028[file-based configuration] for asserting party metadata ** Improved https://github.com/spring-projects/spring-security/issues/9486[`RelyingPartyRegistration` resolution] support