You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
to assure a good security by default in djangosaml2 we don't implement the get method for ACS endpoint, you can define it by yourself and if you have any question you're welcome
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.
The text was updated successfully, but these errors were encountered: