Skip to content

Commit

Permalink
Add UK federation URI to the EntitiesDescriptor in the collect flow.
Browse files Browse the repository at this point in the history
Requires a bug-fix bump to the aggregator-pipeline artifact.
  • Loading branch information
iay committed Jun 12, 2011
1 parent aa04505 commit 302063e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions mdx/uk/uk-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,14 @@
</bean>


<!--
UK federation EntitiesDescriptor assembler pipeline stage.
-->
<bean id="assemble.uk" class="net.shibboleth.metadata.dom.saml.EntitiesDescriptorAssemblerStage"
init-method="initialize" lazy-init="true">
<property name="id" value="assemble.uk"/>
<property name="descriptorName" value="http://ukfederation.org.uk"/>
</bean>


</beans>
2 changes: 1 addition & 1 deletion mdx/uk/uk-collect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<ref bean="checkSchemas"/>
<ref bean="CHECK.std"/>
<ref bean="errorAnnouncingFilter"/><!-- should be fatal -->
<ref bean="assemble"/>
<ref bean="assemble.uk"/>

<!--
Process scopes on the entities. Because the transform performs
Expand Down

0 comments on commit 302063e

Please sign in to comment.