[java-identity-provider] branch master updated: Force pairwise-id example to BASE32 and update comment.
Scott Cantor
cantor.2 at osu.edu
Thu Aug 13 22:11:33 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=c343b7a2990e7947b7ea86479590217aa591dcac
The following commit(s) were added to refs/heads/master by this push:
new c343b7a29 Force pairwise-id example to BASE32 and update comment.
c343b7a29 is described below
commit c343b7a2990e7947b7ea86479590217aa591dcac
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Aug 13 18:11:26 2020 -0400
Force pairwise-id example to BASE32 and update comment.
---
idp-conf/src/main/resources/conf/attribute-resolver-ldap.xml | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
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 3195df22f..616778f02 100644
--- a/idp-conf/src/main/resources/conf/attribute-resolver-ldap.xml
+++ b/idp-conf/src/main/resources/conf/attribute-resolver-ldap.xml
@@ -82,15 +82,19 @@
expirationTime="%{idp.pool.LDAP.idleTime:PT10M}"/>
</DataConnector>
- <!-- DataConnector for pairwise-id (example depends on saml-nameid.properties). -->
-
+ <!--
+ DataConnector for pairwise-id (example depends in part on saml-nameid.properties).
+ Note that this relies on BASE32 encoding in accordance with the attribute definition.
+ Older uses of this plugin for legacy eduPersonTargetedID/NameID values may require
+ different settings.
+ -->
<!--
<DataConnector id="computed" xsi:type="ComputedId"
excludeResolutionPhases="c14n/attribute"
generatedAttributeID="computedId"
salt="%{idp.persistentId.salt}"
algorithm="%{idp.persistentId.algorithm:SHA}"
- encoding="%{idp.persistentId.encoding:BASE32}">
+ encoding="BASE32">
<InputDataConnector ref="myLDAP" attributeNames="%{idp.persistentId.sourceAttribute}" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list