From 19116695ab99b595487a670932c1e3abcb6708d4 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Mon, 8 Nov 2010 15:53:03 +0000 Subject: [PATCH] Add a checking ruleset for the SAML V2.0 Metadata Extensions for Login and Discovery User Interface Version 1.0, as of WD04, 4-Nov-2010. --- build.xml | 1 + build/check_mdui.xsl | 199 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 200 insertions(+) create mode 100644 build/check_mdui.xsl diff --git a/build.xml b/build.xml index e3a57880..70ea2d50 100644 --- a/build.xml +++ b/build.xml @@ -855,6 +855,7 @@ + diff --git a/build/check_mdui.xsl b/build/check_mdui.xsl new file mode 100644 index 00000000..3890576a --- /dev/null +++ b/build/check_mdui.xsl @@ -0,0 +1,199 @@ + + + + + + + + + + + more than one UIInfo element in one Extensions element + + + + + + + UIInfo appearing outside Extensions element + + + + + UIInfo appearing outside role descriptor element + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + non-unique lang values on + + elements + + + + + + + + + + + + + + + + + + + + + + missing @height on + + + + + + missing @width on + + + + + + + + + + + + + + + + + + + + missing @xml:lang on + + + + + + + + DiscoHints appearing outside Extensions element + + + + + DiscoHints appearing outside IDPSSODescriptor element + + + + + + + more than one DiscoHints element in one Extensions element + + + +