[java-plugin-shibd-saml] branch main updated: Adjust default agentID to "localhost".
Scott Cantor
cantor.2 at osu.edu
Wed Aug 13 19:19:09 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=9daf0b21c7d89e91fc49f4f0437d0ade8dcd07ba
The following commit(s) were added to refs/heads/main by this push:
new 9daf0b2 Adjust default agentID to "localhost".
9daf0b2 is described below
commit 9daf0b21c7d89e91fc49f4f0437d0ade8dcd07ba
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 13 15:19:07 2025 -0400
Adjust default agentID to "localhost".
---
.../src/test/resources/net/shibboleth/idp/module/conf/sp/sp.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 46ad197..0273a32 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
@@ -11,7 +11,7 @@ sp.defaultAuthority = https://idp.example.org
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