[java-idp-oidc] branch main updated: Add comment regarding salt.
Scott Cantor
cantor.2 at osu.edu
Tue Feb 16 21:36:03 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=2b2a2151d0c03d4432e70d8dc026cad274d1a288
The following commit(s) were added to refs/heads/main by this push:
new 2b2a2151 Add comment regarding salt.
2b2a2151 is described below
commit 2b2a2151d0c03d4432e70d8dc026cad274d1a288
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 16 16:36:01 2021 -0500
Add comment regarding salt.
---
.../resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc.properties | 1 +
1 file changed, 1 insertion(+)
diff --git a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc.properties b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc.properties
index 547fbbc1..de5a63d6 100644
--- a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc.properties
+++ b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/oidc.properties
@@ -67,4 +67,5 @@ idp.oidc.subject.sourceAttribute = uid
# The salt used in generating the subject
# Do *NOT* share the salt with other people, it's like divulging your private key.
+# It is suggested you move this property into credentials/secrets.properties
idp.oidc.subject.salt = this_too_should_be_ch4ng3d
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list