From 143f01a2c59f4a3a9ef7e5f94d50ae3676aa4c6c Mon Sep 17 00:00:00 2001 From: Ian Young Date: Mon, 15 Feb 2010 20:31:51 +0000 Subject: [PATCH] Add a check for consistency between the Shibboleth 1.x authentication request binding and the corresponding IDPSSODescriptor's protocolSupportEnumeration attribute, per the Shibboleth Protocols and Profiles document, section 3.4.3. --- build/check.xsl | 25 +++++++++++++++++++++++++ build/check_imported.xsl | 25 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/build/check.xsl b/build/check.xsl index fd142c54..755d18fd 100644 --- a/build/check.xsl +++ b/build/check.xsl @@ -119,6 +119,31 @@ + + + + Shibboleth 1.x auth request needs urn:oasis:names:tc:SAML:1.1:protocol in IDPSSODescriptor/@protocolSupportEnumeration + + + + + + Shibboleth 1.x auth request needs urn:mace:shibboleth:1.0 in IDPSSODescriptor/@protocolSupportEnumeration + + + + + + + Shibboleth 1.x auth request needs urn:oasis:names:tc:SAML:1.1:protocol in IDPSSODescriptor/@protocolSupportEnumeration + + + + + + Shibboleth 1.x auth request needs urn:mace:shibboleth:1.0 in IDPSSODescriptor/@protocolSupportEnumeration + + + +