Skip to content

Commit

Permalink
Populate UKf MDUI DisplayName,Description in fallback aggregate
Browse files Browse the repository at this point in the history
See ukf/ukf-meta#21.
  • Loading branch information
iay committed Jan 8, 2018
1 parent 91d41c0 commit 8f349d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 2 additions & 4 deletions mdx/uk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ Status (2017-12-05):

### Fallback Aggregate vs. Production Aggregate

Status (2017-12-05):
Status (2018-01-08):

* The production aggregate ensures that all UKf-registered identity providers have `mdui:DisplayName`
metadata by copying data from `md:OrganizationDisplayName` if required. The copying process also
generates `mdui:Description` elements with the same content.
* These aggregates are currently identical.
6 changes: 6 additions & 0 deletions mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,12 @@
<bean id="uk_fallbackPipeline" parent="mda.SimplePipeline">
<property name="stages">
<list>
<!--
Ensure that all UKf-registered identity providers have
mdui:DisplayName elements.
-->
<ref bean="odn_to_mdui"/>

<!--
Enforce IdP display name uniqueness before assembling aggregate
-->
Expand Down

0 comments on commit 8f349d6

Please sign in to comment.