[java-plugin-shibd-saml] branch main updated: Switch to no agent authn as a default.

Scott Cantor cantor.2 at osu.edu
Thu Aug 14 18:25:42 UTC 2025


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-plugin-shibd-saml.

View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-shibd-saml.git;a=commit;h=fcccaa2da1ffe9049265343ad1aaab6ffca60359

The following commit(s) were added to refs/heads/main by this push:
     new fcccaa2  Switch to no agent authn as a default.
fcccaa2 is described below

commit fcccaa2da1ffe9049265343ad1aaab6ffca60359
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Aug 14 14:25:40 2025 -0400

    Switch to no agent authn as a default.
---
 .../saml2/TestSPSAMLEnvironmentApplicationContextInitializer.java     | 1 +
 .../test/resources/net/shibboleth/idp/module/conf/sp/sp.properties    | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/TestSPSAMLEnvironmentApplicationContextInitializer.java b/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/TestSPSAMLEnvironmentApplicationContextInitializer.java
index 1a832ed..32d8394 100644
--- a/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/TestSPSAMLEnvironmentApplicationContextInitializer.java
+++ b/sp-saml-conf-impl/src/test/java/net/shibboleth/sp/saml/flows/saml2/TestSPSAMLEnvironmentApplicationContextInitializer.java
@@ -45,6 +45,7 @@ public class TestSPSAMLEnvironmentApplicationContextInitializer
         mock.setProperty("idp.webflows", "classpath*:/flows");
         mock.setProperty("sp.service.agents.resources", "test.sp.saml.AgentResolverResources");
         mock.setProperty("sp.stateToken.Manager","shibboleth.sp.CookieStateTokenManager");
+        mock.setProperty("sp.agent.authn.method", "basic");
         mock.setProperty("idp.additionalProperties",
                 "/conf/ldap.properties, /conf/saml-nameid.properties, /conf/services.properties, /conf/admin/admin.properties, /conf/authn/authn.properties, /conf/c14n/subject-c14n.properties, /credentials/secrets.properties, /conf/sp/sp.properties, /conf/sp/saml.properties");
         applicationContext.getEnvironment().getPropertySources().addFirst(mock);
diff --git a/sp-saml-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/sp/sp.properties b/sp-saml-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/sp/sp.properties
index fcabcbb..73636c7 100644
--- a/sp-saml-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/sp/sp.properties
+++ b/sp-saml-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/sp/sp.properties
@@ -12,8 +12,8 @@ sp.service.agents.checkInterval = PT5M
 
 # Default agent IP address filter
 #sp.authn.allowedAddressRanges = 127.0.0.1/32, ::1/128
-# Set to empty value to skip shared secret authentication
-#sp.agent.authn.method = basic
+# Set to basic for shared secret authentication
+#sp.agent.authn.method =
 # Set false to globally disable cookie-based authentication by agents
 #sp.agent.authn.cached = true
 #sp.agent.authn.cacheDuration = PT1H

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list