[java-identity-provider] branch main updated: Change assertion validation context builder class in SAML flow.

Scott Cantor cantor.2 at osu.edu
Wed Jun 4 13:12: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-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=4231ba3acfad2f6a4f57db3dd36e79b6ea8a66da

The following commit(s) were added to refs/heads/main by this push:
     new 4231ba3ac Change assertion validation context builder class in SAML flow.
4231ba3ac is described below

commit 4231ba3acfad2f6a4f57db3dd36e79b6ea8a66da
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jun 4 09:12:17 2025 -0400

    Change assertion validation context builder class in SAML flow.
---
 .../main/resources/net/shibboleth/idp/flows/authn/saml-authn-beans.xml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/saml-authn-beans.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/saml-authn-beans.xml
index 761628e8f..ddb6515e7 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/saml-authn-beans.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/saml-authn-beans.xml
@@ -375,7 +375,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="%{idp.policy.clockSkew:PT3M}" />
         <property name="lifetime" value="%{idp.policy.assertionLifetime:PT3M}" />
         <property name="requireEntityIssuer">

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list