[java-plugin-shibd-saml] branch main updated: Migrate some defaults into properties.
Scott Cantor
cantor.2 at osu.edu
Mon Aug 11 20:20:31 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=78ecf313eeae7a528c0554b1f9bbf1284368a960
The following commit(s) were added to refs/heads/main by this push:
new 78ecf31 Migrate some defaults into properties.
78ecf31 is described below
commit 78ecf313eeae7a528c0554b1f9bbf1284368a960
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Aug 11 16:20:29 2025 -0400
Migrate some defaults into properties.
---
.../src/test/resources/net/shibboleth/idp/module/conf/sp/agents.xml | 1 -
.../test/resources/net/shibboleth/idp/module/conf/sp/sp.properties | 5 +++++
2 files changed, 5 insertions(+), 1 deletion(-)
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 a8fe805..fdd9155 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
@@ -33,7 +33,6 @@
<property name="applications">
<set>
<bean p:id="default" parent="shibboleth.Application" />
-<!-- p:authenticatingAuthority="urn:mace:incommon:osu.edu" />-->
</set>
</property>
</bean>
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 b7f3c62..43a2edf 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
@@ -1,6 +1,9 @@
# Default issuer/entityID/client_id/etc.
sp.issuer = https://sp.example.org
+# Default authentication authority (IdP, OP, etc.) to use if any
+sp.defaultAuthority = https://idp.example.org
+
# Controls configuration of service to resolve SP agents and applications
# Uncomment and define to override service resources
#sp.service.agents.resources = shibboleth.AgentResolverResources
@@ -12,6 +15,8 @@ sp.service.agents.checkInterval = PT5M
# Set false to globally disable cookie-based authentication by agents
#sp.agent.authn.cached = true
#sp.agent.authn.cacheDuration = PT1H
+# Default agent IP address filter
+#sp.authn.allowedAddressRanges = 127.0.0.1/32, ::1/128
# Set to StorageService to use for remoted storage data if in use.
#sp.storageService = shibboleth.StorageService
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list