Skip to content

Commit

Permalink
Enable Sirtfi metadata in production and export aggregates.
Browse files Browse the repository at this point in the history
Also hoist remd namespace prefix declaration in production, export and
export preview aggregates.
  • Loading branch information
iay committed Dec 14, 2016
1 parent 3189412 commit 752f6cb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
10 changes: 0 additions & 10 deletions mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -310,11 +310,6 @@
<bean id="uk_productionPipeline" parent="SimplePipeline">
<property name="stages">
<list>
<!--
Remove SIRTFI metadata.
-->
<ref bean="strip.SIRTFI"/>

<!--
Enforce IdP display name uniqueness before assembling aggregate
-->
Expand Down Expand Up @@ -670,11 +665,6 @@
<bean id="uk_exportPipeline" parent="SimplePipeline">
<property name="stages">
<list>
<!--
Remove SIRTFI metadata.
-->
<ref bean="strip.SIRTFI"/>

<!--
Additional rules excluding entities from the aggregate.
Expand Down
1 change: 1 addition & 0 deletions mdx/uk/ns_norm_export.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute"
xmlns:mdrpi="urn:oasis:names:tc:SAML:metadata:rpi"
xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui"
xmlns:remd="http://refeds.org/metadata"
xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
xmlns:shibmd="urn:mace:shibboleth:metadata:1.0"
xmlns:ukfedlabel="http://ukfederation.org.uk/2006/11/label"
Expand Down
1 change: 1 addition & 0 deletions mdx/uk/ns_norm_uk.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute"
xmlns:mdrpi="urn:oasis:names:tc:SAML:metadata:rpi"
xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui"
xmlns:remd="http://refeds.org/metadata"
xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
xmlns:shibmd="urn:mace:shibboleth:metadata:1.0"
xmlns:ukfedlabel="http://ukfederation.org.uk/2006/11/label"
Expand Down

0 comments on commit 752f6cb

Please sign in to comment.