Skip to content

Commit

Permalink
Add a verification blacklist for eduGAIN so that entities which alrea…
Browse files Browse the repository at this point in the history
…dy have Bugzilla tickets won't come up week after week.
  • Loading branch information
iay committed Sep 23, 2013
1 parent 913842d commit 9978100
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mdx/int_edugain/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
Import channel-specific beans.
-->
<import resource="classpath:int_edugain/beans.xml"/>
<import resource="classpath:int_edugain/verify-blacklist.xml"/>

<bean id="serializeImported" parent="SerializationStage"
p:id="serializeImported">
Expand Down Expand Up @@ -70,6 +71,11 @@
<property name="stages">
<list>
<ref bean="int_edugain_productionEntities"/>
<bean id="removeBlacklistedEntities" parent="stage_parent"
class="net.shibboleth.metadata.dom.saml.EntityFilterStage"
p:id="us_incommon_pilot_filterEntities"
p:whitelistingEntities="false"
p:designatedEntities-ref="int_edugain_verify_blacklist"/>
<ref bean="standardImportActions"/>
<ref bean="errorTerminatingFilter"/>
</list>
Expand Down

0 comments on commit 9978100

Please sign in to comment.