Skip to content

Commit

Permalink
Update simulated InCommon export ruleset to correspond to latest mail…
Browse files Browse the repository at this point in the history
… from John Kreinke.
  • Loading branch information
iay committed Mar 5, 2013
1 parent 8451167 commit bf74dd0
Showing 1 changed file with 44 additions and 18 deletions.
62 changes: 44 additions & 18 deletions mdx/us_incommon/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,22 +128,6 @@
</property>
</bean>

<!--
Filter out all entities not involved in the pilot.
-->
<bean id="us_incommon_pilot_filterEntities" parent="stage_parent"
class="net.shibboleth.metadata.dom.saml.EntityFilterStage"
p:id="us_incommon_pilot_filterEntities"
p:whitelistingEntities="true">
<property name="designatedEntities">
<set>
<value>https://login.ligo.org/idp/shibboleth</value>
<value>https://wiki.ligo.org/shibboleth-sp</value>
<value>https://ligo.org/ligovirgo/cbcnote/shibboleth-sp</value>
</set>
</property>
</bean>

<!--
Synthesise an export collection by filtering the production entities.
-->
Expand All @@ -164,8 +148,50 @@

<ref bean="disassemble"/>

<!-- filter out anything we don't want -->
<ref bean="us_incommon_pilot_filterEntities"/>
<!--
***********************************
*** ***
*** InCommon export ruleset ***
*** ***
***********************************
-->

<!--
Filter out all entities not involved in the pilot.
-->
<bean parent="stage_parent"
class="net.shibboleth.metadata.dom.saml.EntityFilterStage"
p:id="us_incommon_pilot_filterEntities"
p:whitelistingEntities="true">
<property name="designatedEntities">
<set>
<value>https://ligo.org/ligovirgo/cbcnote/shibboleth-sp</value>
<value>https://wiki.ligo.org/shibboleth-sp</value>
</set>
</property>
</bean>

<!--
Remove all contact information.
-->
<bean parent="stage_parent"
class="net.shibboleth.metadata.dom.saml.ContactPersonFilterStage"
p:id="us_incommon_remove_contacts"
p:whitelistingTypes="true">
<property name="designatedTypes">
<set>
<!-- no whitelisted types implies remove everything -->
</set>
</property>
</bean>

<!--
******************************
*** ***
*** UKf import ruleset ***
*** ***
******************************
-->

<!-- default and check registrar -->
<ref bean="us_incommon_default_regauth"/>
Expand Down

0 comments on commit bf74dd0

Please sign in to comment.