Skip to content

Commit

Permalink
Clarify an error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Mar 15, 2012
1 parent c7a1258 commit 763dc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/check_saml2int.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
[md:NameIDFormat]
[not(md:NameIDFormat[.='urn:oasis:names:tc:SAML:2.0:nameid-format:transient'])]">
<xsl:call-template name="error">
<xsl:with-param name="m">IdP excludes SAML 2 transient name identifier format</xsl:with-param>
<xsl:with-param name="m">SAML 2.0 IDPSSODescriptor excludes SAML 2 transient name identifier format</xsl:with-param>
</xsl:call-template>
</xsl:template>

Expand Down

0 comments on commit 763dc36

Please sign in to comment.