summaryrefslogtreecommitdiff
path: root/idp/templates/config
diff options
context:
space:
mode:
Diffstat (limited to 'idp/templates/config')
-rw-r--r--idp/templates/config/attribute-filter.xml5
-rw-r--r--idp/templates/config/metadata-providers.xml1
-rw-r--r--idp/templates/config/sp.xml.add1
3 files changed, 6 insertions, 1 deletions
diff --git a/idp/templates/config/attribute-filter.xml b/idp/templates/config/attribute-filter.xml
index 3514282..8d61071 100644
--- a/idp/templates/config/attribute-filter.xml
+++ b/idp/templates/config/attribute-filter.xml
@@ -226,7 +226,10 @@
<!-- ukfederation + incommon -->
<AttributeFilterPolicy id="everyoneInSwamidFeed">
- <PolicyRequirementRule xsi:type="InEntityGroup" groupID="http://mds.swamid.se/md/swamid-2.0.xml" />
+ <PolicyRequirementRule xsi:type="OR">
+ <Rule xsi:type="InEntityGroup" groupID="http://mds.swamid.se/md/swamid-2.0.xml" />
+ <!-- local SPs -->
+ </PolicyRequirementRule>
<AttributeRule attributeID="givenName">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>
diff --git a/idp/templates/config/metadata-providers.xml b/idp/templates/config/metadata-providers.xml
index d813c06..a580688 100644
--- a/idp/templates/config/metadata-providers.xml
+++ b/idp/templates/config/metadata-providers.xml
@@ -54,4 +54,5 @@
<!--<MetadataProvider id="sp.nordu.dev" xsi:type="FilesystemMetadataProvider" metadataFile="/metadata/sp-metadata.xml" /> -->
+ <!-- local SPs -->
</MetadataProvider>
diff --git a/idp/templates/config/sp.xml.add b/idp/templates/config/sp.xml.add
new file mode 100644
index 0000000..7c7eac4
--- /dev/null
+++ b/idp/templates/config/sp.xml.add
@@ -0,0 +1 @@
+ <MetadataProvider id="SP_NAME" xsi:type="FilesystemMetadataProvider" metadataFile="%{idp.home}/metadata/SP_XML" />