Redash: LDAP Auth /login_auth/login 404

Created on 18 Jan 2018  路  2Comments  路  Source: getredash/redash

Issue Summary

With LDAP auth enabled, app routes url to '/ldap/login' based on ldap_auth.py in authentication.
Template login page redirects to '/ldap_auth/login' which returns a 404 since there is no route pointing to that url.

Steps to Reproduce

  1. enable LDAP auth
  2. navigate to localhost and click link to SSO login page
  3. observe 404

Fix: adjust route in /authentication/ldap_auth.py

Technical details:

  • Redash Version: redash.3.0.0.b3134
  • Browser/OS: Chrome
  • How did you install Redash: ami
Backend Bug help wanted

Most helpful comment

I don't think it was fixed in v4, but will try to fix it in one of the next updates of v4.

We won't release a patch release for v3 for this bug, but you can patch your version by replacing ldap_auth/login with ldap/login in the templates.

All 2 comments

This seems fixed in beta version 4, but should still be addressed in v3

I don't think it was fixed in v4, but will try to fix it in one of the next updates of v4.

We won't release a patch release for v3 for this bug, but you can patch your version by replacing ldap_auth/login with ldap/login in the templates.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

atharvai picture atharvai  路  4Comments

yalisassoon picture yalisassoon  路  4Comments

hereischris picture hereischris  路  4Comments

dclong picture dclong  路  4Comments

GitSumito picture GitSumito  路  3Comments