From 99da1b5185643afea27cbbac8b7692004d33cb35 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Wed, 8 Feb 2017 10:50:58 +0000 Subject: [PATCH] Hoist mdattr and saml prefixes in production aggregate See ukf/ukf-meta#103 and ukf/ukf-meta#105. --- mdx/uk/README.md | 13 ++++++------- mdx/uk/ns_norm_uk.xsl | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/mdx/uk/README.md b/mdx/uk/README.md index fdff0d19..64b27758 100644 --- a/mdx/uk/README.md +++ b/mdx/uk/README.md @@ -53,21 +53,20 @@ when it appeared in the fallback aggregate, which would be too late to take corr ### Test Aggregate vs. Production Aggregate -Status (2017-01-27): +Status (2017-02-08): * the test aggregate implements a _blacklisting_ approach to entity attributes imported from eduGAIN, while the production aggregate implements the traditional entity attribute _whitelist_. * the test aggregate no longer implements the "key use" fixup required for pre-1.3.1 Shibboleth SPs. This adds the `use="signing"` XML attribute to `` elements present in IdP metadata without a `use` attribute. It is not needed for later releases of the Shibboleth SP. -* The test aggregate defines the `saml` namespace prefix (used by entity attributes) on the document element -instead of in each SAML ``. -* The test aggregate defines the `mdattr` namespace prefix (used by entity attributes) on the document element -instead of in each `` element. * The test aggregate normalises the `xenc` namespace to not use a prefix, as it is not very commonly used. ### Fallback Aggregate vs. Production Aggregate -Status (2017-01-27): +Status (2017-02-08): -* these two aggregates are currently identical +* The production aggregate defines the `saml` namespace prefix (used by entity attributes) on the document element +instead of in each SAML ``. (2017-02-08) +* The production aggregate defines the `mdattr` namespace prefix (used by entity attributes) on the document element +instead of in each `` element. (2017-02-08) diff --git a/mdx/uk/ns_norm_uk.xsl b/mdx/uk/ns_norm_uk.xsl index e42943f7..fb3d7896 100644 --- a/mdx/uk/ns_norm_uk.xsl +++ b/mdx/uk/ns_norm_uk.xsl @@ -39,7 +39,7 @@ xmlns:ukfedlabel="http://ukfederation.org.uk/2006/11/label" xmlns:wayf="http://sdss.ac.uk/2006/06/WAYF" - exclude-result-prefixes="alg md mdattr saml wayf" + exclude-result-prefixes="alg md wayf" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="urn:oasis:names:tc:SAML:2.0:metadata">