Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Hoist mdattr and saml prefixes in production aggregate
Browse files Browse the repository at this point in the history
See ukf/ukf-meta#103 and ukf/ukf-meta#105.
  • Loading branch information
iay committed Feb 8, 2017
1 parent 616b1f2 commit 99da1b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions mdx/uk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<KeyDescriptor>` 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 `<Attribute>`.
* The test aggregate defines the `mdattr` namespace prefix (used by entity attributes) on the document element
instead of in each `<EntityAttributes>` 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 `<Attribute>`. (2017-02-08)
* The production aggregate defines the `mdattr` namespace prefix (used by entity attributes) on the document element
instead of in each `<EntityAttributes>` element. (2017-02-08)
2 changes: 1 addition & 1 deletion mdx/uk/ns_norm_uk.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 99da1b5

Please sign in to comment.