diff --git a/mdx/uk/README.md b/mdx/uk/README.md
index 8531bd91..bbb609e0 100644
--- a/mdx/uk/README.md
+++ b/mdx/uk/README.md
@@ -31,7 +31,8 @@ before being included in the `export` version consumed by interfederation partne
Status (2017-10-25):
* The export preview aggregate ensures that all UKf-registered identity providers have `mdui:DisplayName`
-metadata by copying data from `md:OrganizationDisplayName` if required.
+metadata by copying data from `md:OrganizationDisplayName` if required. The copying process also
+generates `mdui:Description` elements with the same content.
## Production Maturity Pipeline
@@ -63,7 +64,8 @@ when it appeared in the fallback aggregate, which would be too late to take corr
Status (2017-10-25):
* The test aggregate ensures that all UKf-registered identity providers have `mdui:DisplayName`
-metadata by copying data from `md:OrganizationDisplayName` if required.
+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
diff --git a/mdx/uk/odn_to_mdui.xsl b/mdx/uk/odn_to_mdui.xsl
index 55576407..6512cb8b 100644
--- a/mdx/uk/odn_to_mdui.xsl
+++ b/mdx/uk/odn_to_mdui.xsl
@@ -4,7 +4,8 @@
odn_to_mdui.xsl
If an identity provider does not have at least one MDUI-based discovery
- name, give it one by copying data from its md:OrganizationDisplayName.
+ name, give it mdui:DisplayName and mdui:Description by copying data from
+ its md:OrganizationDisplayName.
This transform will only be applied to UKf-registered entities.
@@ -39,8 +40,8 @@
Match the md:IDPSSODescriptor/md:Extensions element of an identity provider
which does not have mdui:UIInfo.
- We must fabricate the mdui:UIInfo as well as the mdui:DisplayName
- elements.
+ We must fabricate the mdui:UIInfo as well as the mdui:DisplayName and
+ mdui:Description elements.
-->
@@ -57,8 +58,8 @@
+
@@ -75,6 +77,16 @@
+
+
+
+
+
+
+
+
+
+