Open
Description
With our latest production deployment with django upgrade we are now seeing errors requests coming in to /saml2/acs/ using the GET method are no longer being allowed. Is there a way to configure the AssertionConsumerServiceView to allow GET? While we understand that calls should be coming in to post() only, it appears that at least some IDPs are making GET calls and this stopped working. Any assistance would be very much appreciated. Thanks.