[java-identity-provider] branch master updated: Apply exclusion during c14n to example connectors.
Scott Cantor
cantor.2 at osu.edu
Wed Jun 24 14:51:35 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=6a3a86512deda9aa0d9b3fb7d2df6c725dff9924
The following commit(s) were added to refs/heads/master by this push:
new 6a3a86512 Apply exclusion during c14n to example connectors.
6a3a86512 is described below
commit 6a3a86512deda9aa0d9b3fb7d2df6c725dff9924
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jun 24 10:51:26 2020 -0400
Apply exclusion during c14n to example connectors.
---
idp-conf/src/main/resources/conf/attribute-resolver-ldap.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/idp-conf/src/main/resources/conf/attribute-resolver-ldap.xml b/idp-conf/src/main/resources/conf/attribute-resolver-ldap.xml
index 80a2fe80f..3195df22f 100644
--- a/idp-conf/src/main/resources/conf/attribute-resolver-ldap.xml
+++ b/idp-conf/src/main/resources/conf/attribute-resolver-ldap.xml
@@ -64,6 +64,7 @@
responseTimeout="%{idp.attribute.resolver.LDAP.responseTimeout}"
noResultIsError="true"
multipleResultsIsError="true"
+ excludeResolutionPhases="c14n/attribute"
exportAttributes="mail displayName sn givenName departmentNumber employeeNumber eduPersonEntitlement eduPersonAssurance">
<FilterTemplate>
<![CDATA[
@@ -85,6 +86,7 @@
<!--
<DataConnector id="computed" xsi:type="ComputedId"
+ excludeResolutionPhases="c14n/attribute"
generatedAttributeID="computedId"
salt="%{idp.persistentId.salt}"
algorithm="%{idp.persistentId.algorithm:SHA}"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list