[java-plugin-shibd-saml] branch main updated: Get rid of the extra property indirection.

Scott Cantor cantor.2 at osu.edu
Wed Aug 13 19:47:39 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=28eb505a33ff1c2bf0ca43f675777a9d536c195b

The following commit(s) were added to refs/heads/main by this push:
     new 28eb505  Get rid of the extra property indirection.
28eb505 is described below

commit 28eb505a33ff1c2bf0ca43f675777a9d536c195b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 13 15:47:37 2025 -0400

    Get rid of the extra property indirection.
---
 .../src/test/resources/net/shibboleth/idp/module/conf/sp/agents.xml     | 2 +-
 .../src/test/resources/net/shibboleth/idp/module/conf/sp/sp.properties  | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/sp-saml-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/sp/agents.xml b/sp-saml-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/sp/agents.xml
index fc4d9c7..8c691c4 100644
--- a/sp-saml-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/sp/agents.xml
+++ b/sp-saml-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/sp/agents.xml
@@ -29,7 +29,7 @@
 
     <!-- ============ Agents and their Applications ============ -->
 
-    <bean p:id="%{sp.agentId:sp.example.org}" parent="shibboleth.Agent" p:sharedSecrets="foo">
+    <bean p:id="localhost" parent="shibboleth.Agent" p:sharedSecrets="foo">
         <property name="applications">
             <set>
                 <bean p:id="default" parent="shibboleth.Application" />
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 0273a32..85c27d1 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
@@ -10,8 +10,6 @@ sp.defaultAuthority = https://idp.example.org
 #sp.service.agents.failFast = false
 sp.service.agents.checkInterval = PT5M
 
-# For single agent hubs, set agent ID via property
-#sp.agentId = localhost
 # Default agent IP address filter
 #sp.authn.allowedAddressRanges = 127.0.0.1/32, ::1/128
 # Set to empty value to skip shared secret authentication

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


More information about the commits mailing list