From 24f30c6014e48d5abaedac410440ddccc38334a2 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Wed, 24 Aug 2011 13:34:03 +0000 Subject: [PATCH] Add handling of swissEduPerson attributes. --- build/check_reqattr.xsl | 94 ++++++++++++++++++++++++++++++++++++----- 1 file changed, 84 insertions(+), 10 deletions(-) diff --git a/build/check_reqattr.xsl b/build/check_reqattr.xsl index 4c663af6..462b0c74 100644 --- a/build/check_reqattr.xsl +++ b/build/check_reqattr.xsl @@ -9,22 +9,22 @@ of a RequestedAttribute element together designate a real SAML attribute, either explicitly or implicitly covered by some specification. Other combinations of Name+NameFormat are presumptively erroneous. + + Attribute profiles we make use of here: + + * eduPerson 2008 + + * MACE-Dir SAML Attribute Profiles, April 2008 + + * SWITCHaai Attribute Specification, 2010-06-23 + Author: Ian A. Young --> @@ -234,6 +234,62 @@ + + + + + + + + + + RequestedAttribute uses OID name + + with SAML 1.x NameFormat: should use urn:mace name or SAML 2.0 NameFormat + + ( + + ) + + + + + @@ -294,6 +350,24 @@ + + + + + RequestedAttribute uses legacy SWITCHaai name + + with SAML 2.0 NameFormat: should use urn:oid name or SAML 1.x NameFormat + + ( + + ) + + + + +