Skip to content

Commit

Permalink
Populate UKf MDUI DisplayName,Description in cdsall aggregates
Browse files Browse the repository at this point in the history
See ukf/ukf-meta#21.
  • Loading branch information
iay committed Nov 22, 2017
1 parent 7e6a22e commit 9b6c6de
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
10 changes: 9 additions & 1 deletion mdx/uk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,17 @@ Status (2017-10-25):
metadata by copying data from `md:OrganizationDisplayName` if required. The copying process also
generates `mdui:Description` elements with the same content.

### `cds-all` Aggregate vs. Production Aggregate

Status (2017-11-22):

* The `cds-all` 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.

### Fallback Aggregate vs. Production Aggregate

Status (2017-03-14):

* the production aggregate implements a _blacklisting_ approach to entity attributes imported from eduGAIN,
* The production aggregate implements a _blacklisting_ approach to entity attributes imported from eduGAIN,
while the production aggregate implements the traditional entity attribute _whitelist_. (2017-03-02)
6 changes: 6 additions & 0 deletions mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,12 @@
<bean id="CDSAllPipeline" 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 9b6c6de

Please sign in to comment.