[java-identity-provider] branch master updated: IDP-987 Add explanation about default behavior
Rod Widdowson
rdw at steadingsoftware.com
Thu Sep 6 09:33:05 EDT 2018
This is an automated email from the git hooks/post-receive script.
rdw 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=8b3d96031a4fa3218f2f8497bae1055d09759545
The following commit(s) were added to refs/heads/master by this push:
new 8b3d960 IDP-987 Add explanation about default behavior
8b3d960 is described below
commit 8b3d96031a4fa3218f2f8497bae1055d09759545
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Sep 6 14:30:56 2018 +0100
IDP-987 Add explanation about default behavior
https://issues.shibboleth.net/jira/browse/IDP-987
---
idp-conf/src/main/resources/conf/idp.properties | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/idp-conf/src/main/resources/conf/idp.properties b/idp-conf/src/main/resources/conf/idp.properties
index 72a8d84..2cd2c47 100644
--- a/idp-conf/src/main/resources/conf/idp.properties
+++ b/idp-conf/src/main/resources/conf/idp.properties
@@ -1,6 +1,12 @@
# Load any additional property resources from a comma-delimited list
idp.additionalProperties = /conf/ldap.properties, /conf/saml-nameid.properties, /conf/services.properties, /conf/authn/duo.properties
+# In most cases (and unless noted in the surrounding comments) the
+# commented settings in the distributed files are the default
+# behavior for V3.
+#
+# Uncomment them and change the value to change functionality.
+
# Set the entityID of the IdP
idp.entityID = https://idp.example.org
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list