Skip to content

Commit

Permalink
[SHIBUI-520]
Browse files Browse the repository at this point in the history
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.
14 changes: 14 additions & 0 deletions backend/src/test/resources/conf/520.xml
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>

0 comments on commit 1fa04ff

Please sign in to comment.