From 76229cfab77b52a76a5facfcbd28f1f25a7be66c Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Fri, 22 Jan 2021 15:14:03 -0700 Subject: [PATCH] Migrate SAML 2.0 Tests and Docs to PCFOne Issue gh-9362 --- .../config/annotation/web/builders/HttpSecurity.java | 8 ++++---- .../service/registration/RelyingPartyRegistration.java | 4 ++-- .../registration/RelyingPartyRegistrationTests.java | 4 ++-- .../registration/TestRelyingPartyRegistrations.java | 4 ++-- .../saml2login/src/main/resources/templates/index.html | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/config/src/main/java/org/springframework/security/config/annotation/web/builders/HttpSecurity.java b/config/src/main/java/org/springframework/security/config/annotation/web/builders/HttpSecurity.java index c3f83237ab..df32a9e644 100644 --- a/config/src/main/java/org/springframework/security/config/annotation/web/builders/HttpSecurity.java +++ b/config/src/main/java/org/springframework/security/config/annotation/web/builders/HttpSecurity.java @@ -1997,9 +1997,9 @@ public final class HttpSecurity extends AbstractConfiguredSecurityBuilder c.add(signingCredential)) diff --git a/samples/boot/saml2login/src/main/resources/templates/index.html b/samples/boot/saml2login/src/main/resources/templates/index.html index 0fb8ad872a..b72bb58ce0 100644 --- a/samples/boot/saml2login/src/main/resources/templates/index.html +++ b/samples/boot/saml2login/src/main/resources/templates/index.html @@ -30,7 +30,7 @@
- + Log out of SimpleSAMLphp