[java-identity-provider] 18/23: IDP-2349 - Attribute consent not working in CAS

Scott Cantor cantor.2 at osu.edu
Mon Mar 17 15:03:57 UTC 2025


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch maint-5.1
in repository java-identity-provider.

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

commit 833413a694ef590f20e6ea6f5349da07c21562b6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Feb 12 14:40:12 2025 -0500

    IDP-2349 - Attribute consent not working in CAS
    
    https://shibboleth.atlassian.net/browse/IDP-2349
    
    Added missing import to CAS validate parent flow.
---
 .../resources/net/shibboleth/idp/flows/cas/validate-abstract-beans.xml  | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/cas/validate-abstract-beans.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/cas/validate-abstract-beans.xml
index 88b6b285f..55bd9a6e5 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/cas/validate-abstract-beans.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/cas/validate-abstract-beans.xml
@@ -8,6 +8,8 @@
                            http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"
        default-init-method="initialize">
 
+    <import resource="conditional:%{idp.home}/conf/intercept/consent-intercept-config.xml" />
+
     <util:constant id="shibboleth.metrics.ProfileCounter"
         static-field="net.shibboleth.idp.cas.config.ValidateConfiguration.PROFILE_COUNTER" />
 

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


More information about the commits mailing list