[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/metadata-providers.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue Jun 9 10:03:24 EDT 2015
Author: iay
Date: Tue Jun 9 10:03:24 2015
New Revision: 7550
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7550&view=rev
Log:
Correct a typo, and rephrase to read more clearly.
Modified:
trunk/idp-conf/src/main/resources/conf/metadata-providers.xml
Modified: trunk/idp-conf/src/main/resources/conf/metadata-providers.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/metadata-providers.xml?rev=7550&r1=7549&r2=7550&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/metadata-providers.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/metadata-providers.xml Tue Jun 9 10:03:24 2015
@@ -28,11 +28,11 @@
<!--
Example HTTP metadata provider. Use this if you want to download the metadata
from a remote source.
-
+
You *MUST* provide the SignatureValidationFilter in order to function securely.
- Get the PubLic key, and validate it via some out of band mechanism, from the
- party publishing the metadata
-
+ Get the public key from the party publishing the metadata, and validate it
+ with them via some out of band mechanism.
+
The EntityRoleWhiteList saves memory by only loading metadata from SAML roles
that the IdP needs to interoperate with.
-->
More information about the commits
mailing list