mozilla / redash-stmo

Extensions to Redash for Mozilla's STMO
https://sql.telemetry.mozilla.org/
Mozilla Public License 2.0
9 stars 9 forks source link

Make default login view redirect to remote login view #17

Closed jezdez closed 5 years ago

jezdez commented 5 years ago

This is related to https://github.com/mozilla/redash/issues/802 which @jasonthomas and me think would be a nicer user experience if it wouldn't show the "Remote User Login" button but instead redirect directly to the remote user login URL path. We don't have any other login backend enabled, so this makes sense.

jezdez commented 5 years ago

I guess the bottom line here is that we'll need to patch the login view to do that redirect, but need to be careful about not breaking any of the other conditions of the view.