Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Bugzilla 1153: remove an entity from Jenkins' courtesy check on AT fe…
Browse files Browse the repository at this point in the history
…deration metadata.
  • Loading branch information
iay committed Sep 29, 2014
1 parent b9e5da7 commit 558b15d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions mdx/at_aconet/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,21 @@
</list>
</property>
</bean>

<!--
Remove a specific entity we know has a problem that it will take
a while to resolve.
-->
<bean parent="stage_parent"
class="net.shibboleth.metadata.dom.saml.EntityFilterStage"
p:id="filterEntities"
p:whitelistingEntities="false">
<property name="designatedEntities">
<set>
<value>https://zididp.uni-graz.at/idp/shibboleth</value>
</set>
</property>
</bean>

<ref bean="errorTerminatingFilter"/>
</list>
Expand Down

0 comments on commit 558b15d

Please sign in to comment.