[java-plugin-shibd] branch main updated: Adjust address range property name.

Scott Cantor cantor.2 at osu.edu
Tue Aug 26 17:34:32 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=d176ccd9bed7e594604b32ee9cb4b0a43b186728

The following commit(s) were added to refs/heads/main by this push:
     new d176ccd  Adjust address range property name.
d176ccd is described below

commit d176ccd9bed7e594604b32ee9cb4b0a43b186728
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Aug 26 13:34:26 2025 -0400

    Adjust address range property name.
---
 .../src/main/resources/net/shibboleth/idp/module/conf/sp/sp.properties  | 2 +-
 .../src/main/resources/net/shibboleth/sp/conf/agents-system.xml         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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 0ee09c9..4f45dd4 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
 ###############################
 
 # Default agent IP address filter
-#sp.authn.allowedAddressRanges = 127.0.0.1/32, ::1/128
+#sp.agent.authn.allowedAddressRanges = 127.0.0.1/32, ::1/128
 # Set to basic for shared secret authentication
 #sp.agent.authn.method =
 # Set false to globally disable cookie-based authentication by agents
diff --git a/sp-conf-impl/src/main/resources/net/shibboleth/sp/conf/agents-system.xml b/sp-conf-impl/src/main/resources/net/shibboleth/sp/conf/agents-system.xml
index 49e1ba7..ffd26ff 100644
--- a/sp-conf-impl/src/main/resources/net/shibboleth/sp/conf/agents-system.xml
+++ b/sp-conf-impl/src/main/resources/net/shibboleth/sp/conf/agents-system.xml
@@ -21,7 +21,7 @@
     <!-- Parent beans for Agents and Applications. -->
 
     <bean id="DefaultAllowedAddressRanges" parent="shibboleth.CommaDelimStringArray">
-        <constructor-arg type="java.lang.String" value="%{sp.authn.allowedAddressRanges:127.0.0.1/32,::1/128}" />
+        <constructor-arg type="java.lang.String" value="%{sp.agent.authn.allowedAddressRanges:127.0.0.1/32,::1/128}" />
     </bean>
 
     <bean id="shibboleth.sp.Agent" parent="shibboleth.sp.Application.NoInheritance"

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


More information about the commits mailing list