Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
formatting fixes
pcaskey committed Apr 7, 2017
1 parent 9ffa26a commit e50ceee
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions conf/attribute-filter.xml
@@ -13,9 +13,9 @@
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">

<!-- EXAMPLES -->
<!-- EXAMPLES -->
<!-- Release some attributes to an SP. -->
<!--
<!--
<AttributeFilterPolicy id="example1">
<PolicyRequirementRule xsi:type="Requester" value="https://sp.example.org" />
@@ -33,7 +33,7 @@
</AttributeFilterPolicy>
-->
<!-- Release eduPersonAffiliation to two specific SPs. -->
<!--
<!--
<AttributeFilterPolicy id="example2">
<PolicyRequirementRule xsi:type="OR">
<Rule xsi:type="Requester" value="https://sp.example.org" />
@@ -46,7 +46,7 @@
</AttributeFilterPolicy>
-->

<!-- Attribute release for all SPs (global) tagged as 'Research and Scholarship' -->
<!-- Attribute release for all SPs (global) tagged as 'Research and Scholarship' -->
<AttributeFilterPolicy id="releaseRandSAttributeBundle">
<PolicyRequirementRule xsi:type="EntityAttributeExactMatch"
attributeName="http://macedir.org/entity-category"
@@ -72,7 +72,7 @@
</AttributeFilterPolicy>


<!-- Attribute release for all InCommon SPs -->
<!-- Attribute release for all InCommon SPs -->
<AttributeFilterPolicy id="releaseToInCommon">
<PolicyRequirementRule xsi:type="EntityAttributeExactMatch"
attributeName="http://macedir.org/entity-category"
2 changes: 1 addition & 1 deletion conf/intercept/profile-intercept.xml
@@ -45,7 +45,7 @@
<value>TRUE</value>
<value>YES</value>
<value>yes</value>
</list>
</list>
</entry>
</map>
</property>

0 comments on commit e50ceee

Please sign in to comment.