<div dir="ltr"><div><div><br></div><div>We need the database values for the attributes 
consented for release to be in clear text -- but appears as below in the
 database storagerecords:<br></div><div><br></div><div>{"id":"studentNumber","v":"O7ocUQjrYOXxPjb9geKVd4CBsGHAodSz+YrzSLW2Hs8="</div><div><br></div><div>Not sure what I missed in configuring? Snippet from idp.properties:<br></div></div><div><br></div><div><br></div><div># Set to "shibboleth.StorageService" or custom bean for alternate storage of consent<br>idp.consent.StorageService = shibboleth.JPAStorageService<br><br># Set to "shibboleth.consent.AttributeConsentStorageKey" to use an attribute<br># to key user consent storage records (and set the attribute name)<br>idp.consent.userStorageKey = shibboleth.consent.PrincipalConsentStorageKey<br>idp.consent.userStorageKeyAttribute = uid<br><br># Flags controlling how built-in attribute consent feature operates <br>idp.consent.allowDoNotRemember = false<br>idp.consent.allowGlobal = false<br>idp.consent.allowPerAttribute = false<br><br># Whether attribute values and terms of use text are compared<br>idp.consent.compareValues = true<br># Maximum number of consent records for space-limited storage (e.g. cookies)<br>idp.consent.maxStoredRecords = -1<br># Maximum number of consent records for larger/server-side storage (0 = no limit)<br>#idp.consent.expandedMaxStoredRecords = 0<br><br># Time in milliseconds to expire consent storage records.<br>idp.consent.storageRecordLifetime = P1Y<br></div></div>