[java-identity-provider] branch master updated: Add idp.properties example for idp.entityID.metadataFile.
Brent Putman
putmanb at georgetown.edu
Mon Jun 5 16:50:02 EDT 2017
This is an automated email from the git hooks/post-receive script.
putmanb 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=0b57f0f284066823484a65224c3ce8bb87a33b0f
The following commit(s) were added to refs/heads/master by this push:
new 0b57f0f Add idp.properties example for idp.entityID.metadataFile.
0b57f0f is described below
commit 0b57f0f284066823484a65224c3ce8bb87a33b0f
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Mon Jun 5 16:50:00 2017 -0400
Add idp.properties example for idp.entityID.metadataFile.
Per usual SOP commented out, with default value.
---
idp-conf/src/main/resources/conf/idp.properties | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/idp-conf/src/main/resources/conf/idp.properties b/idp-conf/src/main/resources/conf/idp.properties
index f36740d..33ac21d 100644
--- a/idp-conf/src/main/resources/conf/idp.properties
+++ b/idp-conf/src/main/resources/conf/idp.properties
@@ -4,6 +4,10 @@ idp.additionalProperties = /conf/ldap.properties, /conf/saml-nameid.properties,
# Set the entityID of the IdP
idp.entityID = https://idp.example.org
+# Set the file path which backs the IdP's own metadata publishing endpoint at /shibboleth.
+# Set to empty value to disable and return a 404.
+#idp.entityID.metadataFile=%{idp.home}/metadata/idp-metadata.xml
+
# Set the scope used in the attribute resolver for scoped attributes
idp.scope = example.org
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list