[java-identity-provider] branch master updated: IDP-1579 - Remove transientId/persitentId in consent blacklist

Scott Cantor cantor.2 at osu.edu
Fri Mar 6 11:22:31 EST 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=ba49e9e5f2ad4fa22b6b385ac3dac704a796b3f1

The following commit(s) were added to refs/heads/master by this push:
       new  ba49e9e   IDP-1579 - Remove transientId/persitentId in consent blacklist
ba49e9e is described below

commit ba49e9e5f2ad4fa22b6b385ac3dac704a796b3f1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Mar 6 11:22:26 2020 -0500

    IDP-1579 - Remove transientId/persitentId in consent blacklist
    
    https://issues.shibboleth.net/jira/browse/IDP-1579
---
 .../src/main/resources/conf/intercept/consent-intercept-config.xml    | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/idp-conf/src/main/resources/conf/intercept/consent-intercept-config.xml b/idp-conf/src/main/resources/conf/intercept/consent-intercept-config.xml
index 66f06a0..6e899e6 100644
--- a/idp-conf/src/main/resources/conf/intercept/consent-intercept-config.xml
+++ b/idp-conf/src/main/resources/conf/intercept/consent-intercept-config.xml
@@ -54,9 +54,7 @@
     </util:list>
 
     <util:list id="shibboleth.consent.attribute-release.BlacklistedAttributeIDs">
-        <value>transientId</value>
-        <value>persistentId</value>
-        <value>eduPersonTargetedID</value>
+        <value>samlPairwiseID</value>
     </util:list>
 
     <!-- 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list