[java-identity-provider] branch main updated: Add a property default to attribute c14n flow.
Scott Cantor
cantor.2 at osu.edu
Mon Nov 2 20:47:12 UTC 2020
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=18cd3fd74a97b6053cec42c74693ee178c819ee4
The following commit(s) were added to refs/heads/main by this push:
new 18cd3fd74 Add a property default to attribute c14n flow.
18cd3fd74 is described below
commit 18cd3fd74a97b6053cec42c74693ee178c819ee4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 2 15:47:09 2020 -0500
Add a property default to attribute c14n flow.
---
.../shibboleth/idp/flows/c14n/attribute-sourced-subject-c14n-beans.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/c14n/attribute-sourced-subject-c14n-beans.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/c14n/attribute-sourced-subject-c14n-beans.xml
index 4337e4e12..1131af5c4 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/c14n/attribute-sourced-subject-c14n-beans.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/c14n/attribute-sourced-subject-c14n-beans.xml
@@ -19,7 +19,7 @@
<bean id="shibboleth.c14n.attribute.AttributesToResolve" parent="shibboleth.CommaDelimStringArray"
c:_0="#{'%{idp.c14n.attribute.attributesToResolve:}'.trim()}" />
<bean id="shibboleth.c14n.attribute.AttributeSourceIds" parent="shibboleth.CommaDelimStringArray"
- c:_0="#{'%{idp.c14n.attribute.attributeSourceIds:}'.trim()}" />
+ c:_0="#{'%{idp.c14n.attribute.attributeSourceIds:%{idp.c14n.attribute.attributesToResolve:}}'.trim()}" />
<import resource="conditional:%{idp.home}/conf/c14n/attribute-sourced-subject-c14n-config.xml" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list