-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a forgotten xml file.
- Loading branch information
Bill Smith
committed
Jun 28, 2018
1 parent
c571dd4
commit 1fa04ff
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- This file is an EXAMPLE metadata configuration file. --> | ||
<MetadataProvider xmlns="urn:mace:shibboleth:2.0:metadata" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
id="ShibbolethMetadata" | ||
xsi:schemaLocation="urn:mace:shibboleth:2.0:metadata http://shibboleth.net/schema/idp/shibboleth-metadata.xsd urn:mace:shibboleth:2.0:resource http://shibboleth.net/schema/idp/shibboleth-resource.xsd urn:mace:shibboleth:2.0:security http://shibboleth.net/schema/idp/shibboleth-security.xsd urn:oasis:names:tc:SAML:2.0:metadata http://docs.oasis-open.org/security/saml/v2.0/saml-schema-metadata-2.0.xsd urn:oasis:names:tc:SAML:2.0:assertion http://docs.oasis-open.org/security/saml/v2.0/saml-schema-assertion-2.0.xsd" | ||
xsi:type="ChainingMetadataProvider"> | ||
<MetadataProvider id="FilesystemMetadata" | ||
maxRefreshDelay="PT1H" | ||
metadataFile="some metadata filename" | ||
minRefreshDelay="PT5M" | ||
refreshDelayFactor="0.75" | ||
xsi:type="FilesystemMetadataProvider"/> | ||
</MetadataProvider> |