[java-plugin-shibd] branch main updated: Adjust default agentID to "localhost".
Scott Cantor
cantor.2 at osu.edu
Wed Aug 13 19:18:50 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.
View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-shibd.git;a=commit;h=62c80f4de833efb500e0e7d4471324cd7084db21
The following commit(s) were added to refs/heads/main by this push:
new 62c80f4 Adjust default agentID to "localhost".
62c80f4 is described below
commit 62c80f4de833efb500e0e7d4471324cd7084db21
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 13 15:18:48 2025 -0400
Adjust default agentID to "localhost".
---
.../src/main/resources/net/shibboleth/idp/module/conf/sp/agents.xml | 2 +-
.../src/main/resources/net/shibboleth/idp/module/conf/sp/sp.properties | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/agents.xml b/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/agents.xml
index e8ccacd..0f02d6b 100644
--- a/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/agents.xml
+++ b/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/agents.xml
@@ -23,7 +23,7 @@
<!-- ============ Agents and their Applications ============ -->
- <bean p:id="%{sp.agentId:sp.example.org}" parent="shibboleth.Agent">
+ <bean p:id="%{sp.agentId:localhost}" parent="shibboleth.Agent">
<property name="applications">
<set>
<bean p:id="default" parent="shibboleth.Application" />
diff --git a/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/sp.properties b/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/sp.properties
index 0e6a4bf..bcc4f47 100644
--- a/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/sp.properties
+++ b/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/sp.properties
@@ -52,7 +52,7 @@ sp.service.agents.checkInterval = PT5M
###############################
# For single agent hubs, set agent ID via property
-#sp.agentId = sp.example.org
+#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