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

Commit

Permalink
Bugzilla 1082, 1096: resolve by blacklisting one IdP in each clashing…
Browse files Browse the repository at this point in the history
… pair.

Entity selected for blacklisting in each case selected in consultation with the originating registrar.
  • Loading branch information
iay committed May 5, 2014
1 parent 979ed30 commit 6fb1ba2
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion mdx/int_edugain/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.0.xsd">

<!--
Import additional channel-local beans.
-->
<import resource="classpath:int_edugain/entity-blacklist.xml"/>

<!--
Import eduGAIN participant beans for namespace stripping stages.
-->
Expand Down Expand Up @@ -74,7 +79,15 @@
p:id="int_edugain_checkSignature">
<property name="verificationCertificate" ref="int_edugain_signingCertificate"/>
</bean>


<!--
Remove blacklisted entities.
-->
<bean id="int_edugain_removeBlacklistedEntities" parent="EntityFilterStage"
p:id="int_edugain_removeBlacklistedEntities"
p:whitelistingEntities="false"
p:designatedEntities-ref="int_edugain_entity_blacklist"/>

<!--
Fetch the production entities as a collection.
-->
Expand All @@ -95,6 +108,8 @@

<ref bean="disassemble"/>

<ref bean="int_edugain_removeBlacklistedEntities"/>

<!--
Strip participant-specific namespaces.
-->
Expand Down Expand Up @@ -130,6 +145,8 @@

<ref bean="disassemble"/>

<ref bean="int_edugain_removeBlacklistedEntities"/>

<!--
Strip participant-specific namespaces.
-->
Expand Down

0 comments on commit 6fb1ba2

Please sign in to comment.