Skip to content

Commit

Permalink
Fix multi-predicate support in the hoksso ruleset
Browse files Browse the repository at this point in the history
From commit hash ukf/ukf-testbed/eaed41d716787ea25d914d7101a9e5baed7c570c

See ukf/ukf-meta#416 for details
  • Loading branch information
Phil Smart committed Apr 16, 2024
1 parent 79be026 commit b23632a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdx/_rules/check_hoksso.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
or on md:AssertionConsumerService.
-->
<xsl:template match="@hoksso:ProtocolBinding
[not(parent::md:SingleSignOnService)][not(parent::md:AssertionConsumerService)]">
[not(parent::md:SingleSignOnService or parent::md:AssertionConsumerService)]">
<xsl:call-template name="error">
<xsl:with-param name="m">
<xsl:text>hoksso:ProtocolBinding may not appear on </xsl:text>
Expand Down

0 comments on commit b23632a

Please sign in to comment.