Catch unsigned logout requests and raise a 400 for now
authorRob Crittenden <rcritten@redhat.com>
Wed, 21 Oct 2015 20:34:11 +0000 (16:34 -0400)
committerPatrick Uiterwijk <puiterwijk@redhat.com>
Tue, 27 Oct 2015 16:14:12 +0000 (17:14 +0100)
commitee4d965a5d2329e9691059ddf08ab3a0a8f77330
treedf9717cd22a58c83671e2b4caa3d647be87911d1
parent678c35ffc62b62645ee8d8a86b38f445d0bbfa2d
Catch unsigned logout requests and raise a 400 for now

A 400 is still going to blow up the logout sequence but
it is better than a 500 and at least tells the user what
is wrong.

This is most likely to be run into during initial SP
testing and not in production.

https://fedorahosted.org/ipsilon/ticket/166

Signed-off-by: Rob Crittenden <rcritten@redhat.com>
Reviewed-by: Patrick Uiterwijk <puiterwijk@redhat.com>
ipsilon/providers/saml2/logout.py