[java-plugin-shibd-saml] branch main updated: Switch agent ID to p:id syntax.

Scott Cantor cantor.2 at osu.edu
Mon Aug 11 22:07:03 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=98fc8b8ff82b7ee5a02c568260c7ebb6007601b5

The following commit(s) were added to refs/heads/main by this push:
     new 98fc8b8  Switch agent ID to p:id syntax.
98fc8b8 is described below

commit 98fc8b8ff82b7ee5a02c568260c7ebb6007601b5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Aug 11 18:07:01 2025 -0400

    Switch agent ID to p:id syntax.
---
 .../src/test/resources/net/shibboleth/idp/module/conf/sp/agents.xml     | 2 +-
 .../resources/net/shibboleth/idp/module/conf/sp/saml-test-agents.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 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 fdd9155..fc4d9c7 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 id="sp.example.org" parent="shibboleth.Agent" p:sharedSecrets="foo">
+    <bean p:id="%{sp.agentId:sp.example.org}" 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/saml-test-agents.xml b/sp-saml-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/sp/saml-test-agents.xml
index 8cf2702..1736b5d 100644
--- a/sp-saml-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/sp/saml-test-agents.xml
+++ b/sp-saml-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/sp/saml-test-agents.xml
@@ -18,7 +18,7 @@
 
     <import resource="saml-credentials.xml" />
 
-    <bean id="testsp.example.org" parent="shibboleth.Agent" p:sharedSecrets="foo">
+    <bean p:id="testsp.example.org" parent="shibboleth.Agent" p:sharedSecrets="foo">
         <property name="applications">
             <set>
                 <bean p:id="default" parent="shibboleth.Application"

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


More information about the commits mailing list