Skip to content

Commit

Permalink
We now have specific checks for some elements, so don't re-check them…
Browse files Browse the repository at this point in the history
… here.

None of the remaining elements can be bound to the Shibboleth authentication request binding.
  • Loading branch information
iay committed Mar 15, 2012
1 parent 31e2154 commit 1048a04
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mdx/check_future_5.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@


<xsl:template match="md:*
[local-name() != 'ArtifactResolutionService']
[local-name() != 'AttributeService']
[local-name() != 'SingleSignOnService']
[@Binding != 'http://schemas.xmlsoap.org/ws/2003/07/secext']
[@Binding != 'urn:mace:shibboleth:1.0:profiles:AuthnRequest']
[@Binding != 'urn:oasis:names:tc:SAML:1.0:bindings:SOAP-binding']
[@Binding != 'urn:oasis:names:tc:SAML:1.0:profiles:artifact-01']
[@Binding != 'urn:oasis:names:tc:SAML:1.0:profiles:browser-post']
Expand All @@ -38,7 +40,7 @@
">
<xsl:call-template name="error">
<xsl:with-param name="m">
<xsl:text>invalid @Binding='</xsl:text>
<xsl:text>invalid binding '</xsl:text>
<xsl:value-of select="@Binding"/>
<xsl:text>' on </xsl:text>
<xsl:value-of select="name()"/>
Expand Down

0 comments on commit 1048a04

Please sign in to comment.