Skip to content

Commit

Permalink
Remove check_future_9 which warns when SP sets WantAssertionsSigned
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Stuart committed Apr 4, 2019
1 parent 809817d commit 79da53c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions mdx/_rules/check_future_9.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
Checking ruleset containing rules that we don't currently implement,
but which we may implement in the future.
This is to warn if an SP suggests that it wants signed assertions.
Typically, it is the response that should be signed.
-->
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
Expand All @@ -24,11 +21,4 @@
-->
<xsl:import href="check_framework.xsl"/>

<xsl:template match="md:EntityDescriptor[md:SPSSODescriptor[@WantAssertionsSigned='true']]">
<xsl:call-template name="warning">
<xsl:with-param name="m">SP sets WantAssertionsSigned, although typically you would want Responses signed not Assertions</xsl:with-param>
</xsl:call-template>
</xsl:template>


</xsl:stylesheet>

0 comments on commit 79da53c

Please sign in to comment.