From 3cfbc2728cf7d17f178b372d599e348ab04c7880 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Wed, 6 Jun 2012 09:44:30 +0000 Subject: [PATCH] Bug 920 - Ensure appropriate protocolSupportEnumeration tokens exist for all endpoints Leave one test hanging as a "future" test because we have one deviant entity at present. --- build/check_saml1.xsl | 39 +++++++++++++++++++++++++++++++++++++++ build/check_saml2.xsl | 26 ++++++++++++++++++++++++++ mdx/check_future_1.xsl | 12 ++++++++++++ 3 files changed, 77 insertions(+) diff --git a/build/check_saml1.xsl b/build/check_saml1.xsl index 8719a4ed..92de66c5 100644 --- a/build/check_saml1.xsl +++ b/build/check_saml1.xsl @@ -41,4 +41,43 @@ + + + + + SAML 1.0 binding requires SAML 1.1 token in IDPSSODescriptor/@protocolSupportEnumeration + + + + + + + + + SAML 1.0 binding requires SAML 1.1 token in AttributeAuthorityDescriptor/@protocolSupportEnumeration + + + + + + + + + SAML 1.0 binding requires SAML 1.1 token in SPSSODescriptor/@protocolSupportEnumeration + + + + diff --git a/build/check_saml2.xsl b/build/check_saml2.xsl index d4d38b8f..942dd572 100644 --- a/build/check_saml2.xsl +++ b/build/check_saml2.xsl @@ -68,4 +68,30 @@ + + + + + SAML 2.0 binding requires SAML 2.0 token in AttributeAuthorityDescriptor/@protocolSupportEnumeration + + + + + + + + + SAML 2.0 binding requires SAML 2.0 token in SPSSODescriptor/@protocolSupportEnumeration + + + + diff --git a/mdx/check_future_1.xsl b/mdx/check_future_1.xsl index 255e2fba..4ac9815b 100644 --- a/mdx/check_future_1.xsl +++ b/mdx/check_future_1.xsl @@ -29,5 +29,17 @@ --> + + + + + SAML 2.0 binding requires SAML 2.0 token in IDPSSODescriptor/@protocolSupportEnumeration + + +