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:
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.