Skip to content

Commit

Permalink
Minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Dec 30, 2016
1 parent 37788e2 commit a096f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onelogin/saml2/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ def validate_node_sign(signature_node, elem, cert=None, fingerprint=None, finger
dsig_ctx.verify(signature_node)
except Exception as err:
raise OneLogin_Saml2_ValidationError(
'Signature validation failed. SAML Response rejected',
'Signature validation failed. SAML Response rejected. %s',
OneLogin_Saml2_ValidationError.INVALID_SIGNATURE,
str(err)
)
Expand Down

0 comments on commit a096f36

Please sign in to comment.