summaryrefslogtreecommitdiff
path: root/idp/template-config/test.xml
diff options
context:
space:
mode:
authorMarkus Krogh <markus@nordu.net>2017-09-27 17:30:38 +0200
committerMarkus Krogh <markus@nordu.net>2017-09-27 17:30:38 +0200
commitaf0294d5f773bc071128b1ec1712c62f587c7b0a (patch)
treecc645c6a43ab8a65d584349ec4175db69703e825 /idp/template-config/test.xml
parent76d9e04a39c27133a2dcba3edea4ef232c1f09d5 (diff)
eduPersonEntitlement without scritpt :)
Diffstat (limited to 'idp/template-config/test.xml')
-rw-r--r--idp/template-config/test.xml57
1 files changed, 0 insertions, 57 deletions
diff --git a/idp/template-config/test.xml b/idp/template-config/test.xml
deleted file mode 100644
index ea5c36e..0000000
--- a/idp/template-config/test.xml
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- This file is an EXAMPLE metadata configuration file.
-<MetadataProvider id="ShibbolethMetadata" xsi:type="ChainingMetadataProvider"
- xmlns="urn:mace:shibboleth:2.0:metadata"
- xmlns:resource="urn:mace:shibboleth:2.0:resource"
- xmlns:security="urn:mace:shibboleth:2.0:security"
- xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- 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">
-
- <!-- ==========================================================================================
- <!-- Metadata Configuration
- <!--
- <!-- Below you place the mechanisms which define how to load the metadata for SP(s) you will
- <!-- provide service to.
- <!--
- <!-- Two examples are provided. The Shibboleth Documentation at
- <!-- https://wiki.shibboleth.net/confluence/display/IDP30/MetadataConfiguration
- <!-- provides more details.
- <!--
- <!-- NOTE. This file SHOULD NOT contain the metadata for this IdP.
- <!-- ==========================================================================================
-
- <!--
- <MetadataProvider id="HTTPMetadata"
- xsi:type="FileBackedHTTPMetadataProvider"
- backingFile="%{idp.home}/metadata/localCopyFromXYZHTTP.xml"
- metadataURL="http://WHATEVER">
-
- <MetadataFilter xsi:type="SignatureValidation" certificateFile="%{idp.home}/credentials/metaroot.pem" />
- <MetadataFilter xsi:type="RequiredValidUntil" maxValidityInterval="P30D"/>
- <MetadataFilter xsi:type="EntityRoleWhiteList">
- <RetainedRole>md:SPSSODescriptor</RetainedRole>
- </MetadataFilter>
- </MetadataProvider>
-
-
- <MetadataProvider id="SWAMID2"
- xsi:type="FileBackedHTTPMetadataProvider"
- metadataURL="https://mds.swamid.se/md/swamid-2.0.xml"
- backingFile="%{idp.home}/metadata/swamid-2.0.xml">
-
- <MetadataFilter xsi:type="SignatureValidation"
- requireSignedRoot="true"
- certificateFile="%{idp.home}/credentials/md-signer2.crt" />
- <MetadataFilter xsi:type="EntityRoleWhiteList">
- <RetainedRole>md:SPSSODescriptor</RetainedRole>
- </MetadataFilter>
- </MetadataProvider>
-
-
- <MetadataProvider id="sp.nordu.dev" xsi:type="FilesystemMetadataProvider" metadataFile="/metadata/sp-metadata.xml" />
-
-</MetadataProvider>