From 1bf21ea2413c7458bf960627885df7c372a2e817 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Mon, 15 Mar 2010 11:18:44 +0000 Subject: [PATCH] Add a checking ruleset for the SAML V2.0 Metadata Interoperability Profile. This isn't a strict check, as we allow KeyName-only KeyDescriptors which the IOP does not. --- build.xml | 1 + build/check_mdiop.xsl | 53 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 build/check_mdiop.xsl diff --git a/build.xml b/build.xml index 0f141118..0bf01a69 100644 --- a/build.xml +++ b/build.xml @@ -777,6 +777,7 @@ + diff --git a/build/check_mdiop.xsl b/build/check_mdiop.xsl new file mode 100644 index 00000000..4f404b33 --- /dev/null +++ b/build/check_mdiop.xsl @@ -0,0 +1,53 @@ + + + + + + + + + + + KeyDescriptor does not contain a key representation + + + + + + + KeyDescriptor contains more than one X509Certificate + + + +