summaryrefslogtreecommitdiff
path: root/conf-from-container/conf/attribute-filter.xml
diff options
context:
space:
mode:
authorMarkus Krogh <markus@nordu.net>2017-09-27 15:52:06 +0200
committerMarkus Krogh <markus@nordu.net>2017-09-27 15:52:06 +0200
commit221ce8d2e414c95d6277baf4d1e6ebc644ee0b7c (patch)
tree067e112b5bbbdcdcd6dcbd0f57d2ba6c791fa171 /conf-from-container/conf/attribute-filter.xml
parent633ada5afb580dea9c755554c9a9a66b64434e4c (diff)
Remove conf-from-container, update git ignore
Diffstat (limited to 'conf-from-container/conf/attribute-filter.xml')
-rw-r--r--conf-from-container/conf/attribute-filter.xml45
1 files changed, 0 insertions, 45 deletions
diff --git a/conf-from-container/conf/attribute-filter.xml b/conf-from-container/conf/attribute-filter.xml
deleted file mode 100644
index f8c41ba..0000000
--- a/conf-from-container/conf/attribute-filter.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- This file is an EXAMPLE policy file. While the policy presented in this
- example file is illustrative of some simple cases, it relies on the names of
- non-existent example services and the example attributes demonstrated in the
- default attribute-resolver.xml file.
-
- Deployers should refer to the documentation for a complete list of components
- and their options.
--->
-<AttributeFilterPolicyGroup id="ShibbolethFilterPolicy"
- xmlns="urn:mace:shibboleth:2.0:afp"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="urn:mace:shibboleth:2.0:afp http://shibboleth.net/schema/idp/shibboleth-afp.xsd">
-
- <!-- Release some attributes to an SP. -->
- <AttributeFilterPolicy id="example1">
- <PolicyRequirementRule xsi:type="Requester" value="https://sp.example.org" />
-
- <AttributeRule attributeID="eduPersonPrincipalName">
- <PermitValueRule xsi:type="ANY" />
- </AttributeRule>
-
- <AttributeRule attributeID="uid">
- <PermitValueRule xsi:type="ANY" />
- </AttributeRule>
-
- <AttributeRule attributeID="mail">
- <PermitValueRule xsi:type="ANY" />
- </AttributeRule>
- </AttributeFilterPolicy>
-
- <!-- Release eduPersonAffiliation to two specific SPs. -->
- <AttributeFilterPolicy id="example2">
- <PolicyRequirementRule xsi:type="OR">
- <Rule xsi:type="Requester" value="https://sp.example.org" />
- <Rule xsi:type="Requester" value="https://another.example.org/shibboleth" />
- </PolicyRequirementRule>
-
- <AttributeRule attributeID="eduPersonScopedAffiliation">
- <PermitValueRule xsi:type="ANY" />
- </AttributeRule>
- </AttributeFilterPolicy>
-
-</AttributeFilterPolicyGroup>