[java-plugin-shibd-saml] branch main updated: Update flow wiring.
Scott Cantor
cantor.2 at osu.edu
Mon Jun 30 12:07:21 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=70c91c0adbf869a5578864eae00a6fbb29b63fa1
The following commit(s) were added to refs/heads/main by this push:
new 70c91c0 Update flow wiring.
70c91c0 is described below
commit 70c91c0adbf869a5578864eae00a6fbb29b63fa1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jun 30 08:07:13 2025 -0400
Update flow wiring.
---
.../net/shibboleth/idp/flows/sp/initiator/saml2/saml2-beans.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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 075ca86..1e62883 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
@@ -13,7 +13,9 @@
<import resource="classpath:/META-INF/net/shibboleth/idp/flows/sp/saml2-common-beans.xml" />
<bean id="ValidateSessionInitiatorRequest"
- class="net.shibboleth.sp.profile.impl.ValidateSessionInitiatorRequest" scope="prototype" />
+ class="net.shibboleth.sp.profile.impl.ValidateSessionInitiatorRequest" scope="prototype"
+ p:requireDiscoveryURL="false"
+ p:requireRelyingPartyId="true" />
<bean id="PrepareInboundMessageContext"
class="net.shibboleth.idp.saml.session.impl.PrepareInboundMessageContext" scope="prototype"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list