[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/idp.properties
noreply at shibboleth.net
noreply at shibboleth.net
Thu May 8 23:04:01 EDT 2014
Author: scantor
Date: Thu May 8 23:04:00 2014
New Revision: 5894
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5894&view=rev
Log:
Add an error masking property.
Modified:
trunk/idp-conf/src/main/resources/conf/idp.properties
Modified: trunk/idp-conf/src/main/resources/conf/idp.properties
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/idp.properties?rev=5894&r1=5893&r2=5894&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/idp.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/idp.properties Thu May 8 23:04:00 2014
@@ -35,6 +35,9 @@
# Set the entityId of the IdP
idp.entity.id=https://idp.example.org
+
+# Set to true to expose more detailed errors in responses to SPs
+idp.errors.detailed = false
# Set to "shibboleth.StorageService" for server-side storage
idp.session.StorageService = shibboleth.ClientStorageService
More information about the commits
mailing list