From 0d32fc84d12efe85ea9d5638b67f8be011fed8ec Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Fri, 22 Mar 2019 01:23:57 -0500 Subject: [PATCH] Pin pysaml2 to working version --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fa9f5fb9..8cc8a0e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -64,7 +64,9 @@ ipaddress # {{{ For interoperation with SAML2/Shibboleth -pysaml2==4.6.1 +# 4.6.1 suffers from https://github.com/IdentityPython/pysaml2/pull/543 +# 4.6.5 causes a 403 on /saml2/acs upon sign in with djangosaml2 +pysaml2==4.6.0 djangosaml2==0.17.2 python-memcached -- GitLab