mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
If the IdP authentication API is flaky for some reason, it can return bad http responses, which will raise HTTPError inside python-social-auth. We don't want to generate a traceback in those cases, but simply log the exception and fail gracefully.