Skip to content

Commit

Permalink
Anchor idp requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ghalse committed Jun 13, 2023
1 parent 223e304 commit bb42aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/safire-idp.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</xsl:call-template>
</xsl:template>

<xsl:template match="md:EntityDescriptor">
<xsl:template match="md:EntityDescriptor[md:IDPSSODescriptor]">
<!-- Check ContactPerson requirements -->
<xsl:if test="count(md:ContactPerson[@contactType='other' and @remd:contactType='http://refeds.org/metadata/contactType/security'])=0">
<xsl:call-template name="error">
Expand Down

0 comments on commit bb42aa8

Please sign in to comment.