You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: