[java-identity-provider] branch main updated: Default failFastInitialization to false in the example.
Scott Cantor
cantor.2 at osu.edu
Thu Oct 22 19:55:58 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=3e1ac6ae42e903c2021b465d05ae2eefa24d0af3
The following commit(s) were added to refs/heads/main by this push:
new 3e1ac6ae4 Default failFastInitialization to false in the example.
3e1ac6ae4 is described below
commit 3e1ac6ae42e903c2021b465d05ae2eefa24d0af3
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 22 15:55:55 2020 -0400
Default failFastInitialization to false in the example.
---
idp-conf/src/main/resources/conf/metadata-providers.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/idp-conf/src/main/resources/conf/metadata-providers.xml b/idp-conf/src/main/resources/conf/metadata-providers.xml
index ada2fc760..d5cb34b1a 100644
--- a/idp-conf/src/main/resources/conf/metadata-providers.xml
+++ b/idp-conf/src/main/resources/conf/metadata-providers.xml
@@ -50,7 +50,8 @@
<MetadataProvider id="HTTPMetadata"
xsi:type="FileBackedHTTPMetadataProvider"
backingFile="%{idp.home}/metadata/localCopyFromXYZHTTP.xml"
- metadataURL="http://WHATEVER">
+ metadataURL="http://WHATEVER"
+ failFastInitialization="false">
<MetadataFilter xsi:type="SignatureValidation" certificateFile="%{idp.home}/credentials/metaroot.pem" />
<MetadataFilter xsi:type="RequiredValidUntil" maxValidityInterval="P30D"/>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list