Chris Guethle
Chris Guethle
Much better than my solution. Hopefully @fangli merges this and publishes a new patch version.
Ran into this same problem myself. The cause is that the browser (Chrome/Firefox) do not include the sessionid cookie in the POST from the IDP with the SAMLResponse back to...
It is still a work in progress attempt and I have not yet formalized any of it or committed anywhere, so I have nothing to share. Given that, my post...
@akshit-wwstay Are you are talking about something like the following? If so, where does that get picked up on return for the appropriate browser redirect? Or do you do more...
Ran into the same issue. Stayed with pysaml==4.7.0 after setting ENTITY_ID in the settings. While docs for django-saml2-auth indicate ENTITY_ID is optional, pysaml>4.5.0 makes it **not** optional.
@TomasTomecek Did you get anywhere with this? I am actually seeing this same problem running in a container for something totally different. Trying to requests.put a file to a rest...
Encountered this today as well. Different situation. What it boiled down to for me was a simple "time.sleep(1200)" in a celery job. This amounts to a 20min sleep, after 15...
It is attempting to talk to root domain servers to do DNS based verification for the certificate. If you have anything in the way of talking UDP you will encounter...
Any chance this had any traction?