From 0114808df0431f4c7fc57a993cd21f07579a92d3 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Wed, 28 Jul 2010 16:17:44 +0000 Subject: [PATCH] Save a collection of metadata checking rules that I've been keeping around for future use. These are rules that we might implement once the associated issues within the federation metadata have been cleared, or ones which report "interesting" configurations. Add a target to build.xml to allow us to invoke this ruleset when it's of interest. These rules are not, of course, used for normal signature runs. --- build.xml | 5 +++ build/check_future.xsl | 93 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 98 insertions(+) create mode 100644 build/check_future.xsl diff --git a/build.xml b/build.xml index 3a7e1428..05935fa6 100644 --- a/build.xml +++ b/build.xml @@ -405,6 +405,11 @@ + + Checking against future rulesets. + + + Generating unsigned UK metadata files. diff --git a/build/check_future.xsl b/build/check_future.xsl new file mode 100644 index 00000000..dc06aadd --- /dev/null +++ b/build/check_future.xsl @@ -0,0 +1,93 @@ + + + + + + + + + + + + + SAML 2 SP has no encryption key + + + + + + + + SAML 2 SP excludes SAML 2 name identifier format + + + + + + + + URL-encoded Location attribute; should be entity-encoded + + + + + + + + + + (hidden) + + identity provider lacks PKIX validatable credential + + + + + + : + + + + + +