[java-plugin-shibd-saml] branch main updated: Missed commits.
Scott Cantor
cantor.2 at osu.edu
Tue Jul 1 20:14:49 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=328ebb71539466515cc30fe7b3f85438cb9a6583
The following commit(s) were added to refs/heads/main by this push:
new 328ebb7 Missed commits.
328ebb7 is described below
commit 328ebb71539466515cc30fe7b3f85438cb9a6583
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jul 1 16:14:46 2025 -0400
Missed commits.
---
.../idp/flows/sp/initiator/saml2/saml2-beans.xml | 1 +
.../net/shibboleth/idp/module/conf/sp/agents.xml | 5 ++---
.../shibboleth/idp/module/conf/sp/sp.properties | 25 +++++++++++++++++-----
3 files changed, 23 insertions(+), 8 deletions(-)
diff --git a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/initiator/saml2/saml2-beans.xml b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/initiator/saml2/saml2-beans.xml
index 1e62883..2603879 100644
--- a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/initiator/saml2/saml2-beans.xml
+++ b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/initiator/saml2/saml2-beans.xml
@@ -14,6 +14,7 @@
<bean id="ValidateSessionInitiatorRequest"
class="net.shibboleth.sp.profile.impl.ValidateSessionInitiatorRequest" scope="prototype"
+ p:flowId="saml2"
p:requireDiscoveryURL="false"
p:requireRelyingPartyId="true" />
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 849e885..a8fe805 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
@@ -32,9 +32,8 @@
<bean id="sp.example.org" parent="shibboleth.Agent" p:sharedSecrets="foo">
<property name="applications">
<set>
- <bean p:id="default" parent="shibboleth.Application"
- p:issuer="https://sp.example.org"
- p:authenticatingAuthority="urn:mace:incommon:osu.edu" />
+ <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 e006d59..b7f3c62 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,3 +1,6 @@
+# Default issuer/entityID/client_id/etc.
+sp.issuer = https://sp.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
@@ -16,19 +19,31 @@ sp.service.agents.checkInterval = PT5M
#sp.dataSealer = shibboleth.DataSealer
# Default precedence/set of Session Initiator and Token Consumer flows to attempt
-sp.application.sessionInitiators = saml2
+sp.application.sessionInitiators = saml2, disco
sp.application.tokenConsumers = saml2/artifact, saml2/post, saml2/post-simplesign
-
-# General SP cookie properties (maxAge only applies to persistent cookies)
+# General SP cookie properties
#sp.cookie.secure = true
#sp.cookie.httpOnly = true
#sp.cookie.domain =
-#sp.cookie.path =
-#sp.cookie.maxAge = 31536000
+#sp.cookie.path = /
+#sp.cookie.maxAge = -1
+#sp.cookie.sameSite = None
+#sp.cookie.sameSiteCondition = shibboleth.Conditions.TRUE
+# Controls how many cookies for a given use case are allowed before purging
+#sp.cookie.limit = 10
# Default state token management (SAML RelayState, etc.)
# Set to shibboleth.CookieStateTokenManager to switch to cookie-based mechanism
#sp.stateToken.Manager = shibboleth.StorageStateTokenManager
# Controls storage back-end for storage-based state tokens
#sp.stateToken.StorageService = shibboleth.StorageService
+# Cookie prefix when using cookie-backed state
+#sp.stateToken.cookiePrefix = _Host-shibsp_state_
+
+# Request/response correlation control
+#sp.correlation.cookiePrefix = _Host-_shibsp_req_
+
+# Uncomment/set to define a default IdP discovery service URL or Function
+sp.discoveryURL = https://test.shibboleth.net/shibboleth-ds/index.html
+#sp.discoveryURLFunction =
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list