Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable bypassing login page when SAML is enabled #3

Open
fghaas opened this issue Nov 22, 2017 · 1 comment
Open

Enable bypassing login page when SAML is enabled #3

fghaas opened this issue Nov 22, 2017 · 1 comment

Comments

@fghaas
Copy link
Owner

fghaas commented Nov 22, 2017

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.

@fghaas
Copy link
Owner Author

fghaas commented Nov 22, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant