[java-plugin-shibd-saml] branch main updated: Switch validation context builder class after OpenSAML change.
Scott Cantor
cantor.2 at osu.edu
Wed Jun 4 12:30:45 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=67e433457ba5b7cf0fff17eb2df7f8567e60c68a
The following commit(s) were added to refs/heads/main by this push:
new 67e4334 Switch validation context builder class after OpenSAML change.
67e4334 is described below
commit 67e433457ba5b7cf0fff17eb2df7f8567e60c68a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jun 4 08:30:43 2025 -0400
Switch validation context builder class after OpenSAML change.
---
.../META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/saml2-beans.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/saml2-beans.xml b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/saml2-beans.xml
index 7f8a946..9e79cd7 100644
--- a/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/saml2-beans.xml
+++ b/sp-saml-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/consumer/saml2/saml2-beans.xml
@@ -117,7 +117,7 @@
</constructor-arg>
</bean>
- <bean id="AssertionValidationContextBuilder" class="org.opensaml.saml.saml2.profile.impl.DefaultAssertionValidationContextBuilder">
+ <bean id="AssertionValidationContextBuilder" class="org.opensaml.saml.saml2.assertion.messaging.impl.DefaultAssertionValidationContextBuilder">
<property name="clockSkew" value="%{sp.policy.clockSkew:PT3M}" />
<property name="lifetime" value="%{sp.policy.assertionLifetime:PT3M}" />
<property name="validIssuers">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list