fghaas / taiga-ansible

Ansible roles to deploy taiga.
GNU Affero General Public License v3.0
18 stars 14 forks source link

SAML authentication breaks with taiga-contrib-saml-auth 1.0.1 #1

Closed fghaas closed 6 years ago

fghaas commented 6 years ago

taiga-contrib-saml-auth uses django.conf.urls.patterns, which no longer exists as of Django 1.9. jgiannuzzi/taiga-contrib-saml-auth#1 exists to track this, and there is a fix in jgiannuzzi/taiga-contrib-saml-auth#5. Until that is merged, use the following settings as a workaround:

taiga_contrib_saml_auth_mirror: https://github.com/alchris
taiga_contrib_saml_auth_version: master
fghaas commented 6 years ago

Upstream patch has been merged, workaround is no longer necessary. Default settings for these two variables should now be perfectly safe to use.