SAML auth Plugin

Hello,
I have following issue:
After installing SAML auth plugin when i click on “sign in with saml” i get directed to this site:
/saml/initiate-login/?next=https:%2F%2Ftaiga.bl.ch%2Flogin%3Fnext%3D%252Fdiscover

It gives me an error 404 message:
image

I excluded following part in the installation, because it caused me to get a bad gateway error 502.

"Modify your taiga/urls.py and include these lines:

##############################################

SAML Auth

##############################################

urlpatterns += [url(r’^saml/', include(‘taiga_contrib_saml_auth.urls’))]"

Id be happy for some help
Thanks very much.

Hi!

I suppose this is the plugin you are trying to use GitHub - jgiannuzzi/taiga-contrib-saml-auth: Taiga plugin for SAML authentication http://taiga.io?

I’m not sure it will work at all, given that the project has not seen changes in 5 years, and Taiga has had many changes during that time.

In any case, the error it is giving you know is precisely because of not adding the urlpatterns. Taiga does not recognize the “/saml/” path, and thus it returns a 404.

Hope this helps!

Regards!