[java-plugin-shibd-saml] branch main updated: Adjust allowed address property name.
Scott Cantor
cantor.2 at osu.edu
Tue Aug 26 17:34:59 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=f163d2e405cd485650af52e82376d26ca44d35b5
The following commit(s) were added to refs/heads/main by this push:
new f163d2e Adjust allowed address property name.
f163d2e is described below
commit f163d2e405cd485650af52e82376d26ca44d35b5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Aug 26 13:34:57 2025 -0400
Adjust allowed address property name.
---
.../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 73636c7..406b3a6 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
# 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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list