Skip to content

Commit

Permalink
Promote saml2int test for availability of HTTP-Post AssertionConsumer…
Browse files Browse the repository at this point in the history
…Service binding to production.
  • Loading branch information
iay committed Apr 4, 2012
1 parent b24d2db commit 281138e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions build/check_saml2int.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,12 @@
Responses MUST use the HTTP-POST binding, so metadata for that MUST be present.
-->
<!--
<xsl:template match="md:SPSSODescriptor
[contains(@protocolSupportEnumeration, 'urn:oasis:names:tc:SAML:2.0:protocol')]
[not(md:AssertionConsumerService[@Binding = 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST'])]">
<xsl:call-template name="error">
<xsl:with-param name="m">no HTTP-POST support on SAML 2.0 SP</xsl:with-param>
</xsl:call-template>
</xsl:template>
-->

</xsl:stylesheet>
13 changes: 0 additions & 13 deletions mdx/check_future_2.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,4 @@
<xsl:import href="../build/check_framework.xsl"/>


<!--
Section 9.1
Responses MUST use the HTTP-POST binding, so metadata for that MUST be present.
-->
<xsl:template match="md:SPSSODescriptor
[contains(@protocolSupportEnumeration, 'urn:oasis:names:tc:SAML:2.0:protocol')]
[not(md:AssertionConsumerService[@Binding = 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST'])]">
<xsl:call-template name="error">
<xsl:with-param name="m">no HTTP-POST support on SAML 2.0 SP</xsl:with-param>
</xsl:call-template>
</xsl:template>

</xsl:stylesheet>

0 comments on commit 281138e

Please sign in to comment.