[java-identity-provider] branch master updated: Deprecate a duplicative property.

Scott Cantor cantor.2 at osu.edu
Thu Jun 4 23:27:53 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=a7e3cff38bfa14f22cd8ca017f8a26cf47836e4c

The following commit(s) were added to refs/heads/master by this push:
       new  a7e3cff38 Deprecate a duplicative property.
a7e3cff38 is described below

commit a7e3cff38bfa14f22cd8ca017f8a26cf47836e4c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jun 4 19:27:51 2020 -0400

    Deprecate a duplicative property.
---
 idp-conf/src/main/resources/system/conf/global-system.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/idp-conf/src/main/resources/system/conf/global-system.xml b/idp-conf/src/main/resources/system/conf/global-system.xml
index eb3c9e9fa..999995cca 100644
--- a/idp-conf/src/main/resources/system/conf/global-system.xml
+++ b/idp-conf/src/main/resources/system/conf/global-system.xml
@@ -77,6 +77,7 @@
                 </entry>
                 <entry key="idp.consent.userStorageKey" value="idp.consent.attribute-release.userStorageKey" />
                 <entry key="idp.consent.userStorageKeyAttribute" value="idp.consent.attribute-release.userStorageKeyAttribute" />
+                <entry key="idp.persistentId.store" value="idp.persistentId.generator" />
              </map>
         </property>
         <property name="deadProperties">

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


More information about the commits mailing list