[java-identity-provider] branch main updated: IDP-2349 - Attribute consent not working in CAS
Scott Cantor
cantor.2 at osu.edu
Wed Feb 12 19:40: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-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=0d71f2f258719ea9f58ddb18408fbfcb551ea686
The following commit(s) were added to refs/heads/main by this push:
new 0d71f2f25 IDP-2349 - Attribute consent not working in CAS
0d71f2f25 is described below
commit 0d71f2f258719ea9f58ddb18408fbfcb551ea686
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