Open fghaas opened 6 years ago
Opening the login
page unfortunately does not create an additional HTTP request; it just redraws the canvas. Thus, the nginx redirect approach doesn't work — bypassing the login page would thus require a change to taiga-front
.
When SAML authentication is enabled, it may make sense to redirect the
/login
page to SAML straight away, saving the user a click.This is probably feasible through an nginx redirect.