From f4ddb4e3f4f940c0fe291cc1827959ed2af235cd Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Wed, 10 Nov 2021 15:14:01 -0700 Subject: [PATCH] Update What's New Links --- docs/modules/ROOT/pages/whats-new.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/modules/ROOT/pages/whats-new.adoc b/docs/modules/ROOT/pages/whats-new.adoc index 24ab50b312..0d31e832cf 100644 --- a/docs/modules/ROOT/pages/whats-new.adoc +++ b/docs/modules/ROOT/pages/whats-new.adoc @@ -19,9 +19,9 @@ Below are the highlights of the release. * 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] -** Added https://github.com/spring-projects/spring-security/issues/9486[`RelyingPartyRegistrationResolver`] +** Added xref:servlet/saml2/logout.adoc[SAML 2.0 Single Logout Support] +** Added xref:servlet/saml2/login/authentication-requests.adoc#servlet-saml2login-store-authn-request[Saml2AuthenticationRequestRepository] +** Added xref:servlet/saml2/login/overview.adoc#servlet-saml2login-rpr-relyingpartyregistrationresolver[`RelyingPartyRegistrationResolver`] ** Improved ``Saml2LoginConfigurer``'s handling of https://github.com/spring-projects/spring-security/issues/10268[`Saml2AuthenticationTokenConverter`]