[java-identity-provider] branch master updated: IDP-1619 - Deprecate terms from classes and configuration
Scott Cantor
cantor.2 at osu.edu
Wed Jun 10 18:06:01 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=8f7cc514831e7fbecb05025841db770088d899bb
The following commit(s) were added to refs/heads/master by this push:
new 8f7cc5148 IDP-1619 - Deprecate terms from classes and configuration
8f7cc5148 is described below
commit 8f7cc514831e7fbecb05025841db770088d899bb
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jun 10 14:05:58 2020 -0400
IDP-1619 - Deprecate terms from classes and configuration
https://issues.shibboleth.net/jira/browse/IDP-1619
Additional algorithm rule reference.
---
.../src/main/resources/system/conf/metadata-providers-system.xml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/idp-conf/src/main/resources/system/conf/metadata-providers-system.xml b/idp-conf/src/main/resources/system/conf/metadata-providers-system.xml
index c4246a7dc..24e6420ee 100644
--- a/idp-conf/src/main/resources/system/conf/metadata-providers-system.xml
+++ b/idp-conf/src/main/resources/system/conf/metadata-providers-system.xml
@@ -39,9 +39,8 @@
<property name="signatureValidationConfigurations">
<list>
<bean parent="shibboleth.BasicSignatureValidationConfiguration"
- p:whitelistedAlgorithms="#{getObject('shibboleth.SignatureWhitelist')}"
- p:blacklistedAlgorithms="#{getObject('shibboleth.SignatureBlacklist')}" >
- </bean>
+ p:whitelistedAlgorithms="#{getObject('shibboleth.IncludedSignatureAlgorithms') ?: getObject('shibboleth.SignatureWhitelist')}"
+ p:blacklistedAlgorithms="#{getObject('shibboleth.ExcludedSignatureAlgorithms') ?: getObject('shibboleth.SignatureBlacklist')}" />
</list>
</property>
</bean>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list