From 76657631fd490737d7f9d4525cb571eb629c8593 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Fri, 22 Jan 2021 15:13:41 -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 002676eef2..3d6b7938e9 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 @@ -1910,9 +1910,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