[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/saml-nameid.properties

noreply at shibboleth.net noreply at shibboleth.net
Tue May 12 06:05:40 EDT 2015


Author: rdw
Date: Tue May 12 06:05:40 2015
New Revision: 7513

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7513&view=rev
Log:
Add warning about sharing the salt

Modified:
    trunk/idp-conf/src/main/resources/conf/saml-nameid.properties

Modified: trunk/idp-conf/src/main/resources/conf/saml-nameid.properties
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/saml-nameid.properties?rev=7513&r1=7512&r2=7513&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/saml-nameid.properties	(original)
+++ trunk/idp-conf/src/main/resources/conf/saml-nameid.properties	Tue May 12 06:05:40 2015
@@ -13,6 +13,7 @@
 
 # Otherwise for computed PersistentIDs set the source attribute and salt.
 #idp.persistentId.sourceAttribute = changethistosomethingreal
+# Do *NOT* share the salt with other people, it's like divulging your private key.
 #idp.persistentId.salt = changethistosomethingrandom
 #idp.persistentId.algorithm = SHA
 



More information about the commits mailing list