Browse Source

Update What's New section

Adds the SAML 2.0 Single Logout Support and the new Saml2AuthenticationRequestRepository
Marcus Da Coregio 3 years ago
parent
commit
017c218bbd
1 changed files with 5 additions and 0 deletions
  1. 5 0
      docs/manual/src/docs/asciidoc/_includes/about/whats-new.adoc

+ 5 - 0
docs/manual/src/docs/asciidoc/_includes/about/whats-new.adoc

@@ -9,3 +9,8 @@ Below are the highlights of the release.
 * Configuration
 
 ** Introduced https://github.com/spring-projects/spring-security/pull/9630[`AuthorizationManager`] for method security
+
+* SAML 2.0 Service Provider
+
+** Added https://github.com/spring-projects/spring-security/pull/9483[SAML 2.0 Single Logout Support]
+** Added https://github.com/spring-projects/spring-security/pull/10060[Saml2AuthenticationRequestRepository]