Skip to content

ExternalLoginForm: accept `?server` param to redirect the login form to the specified instance

Alex Gleason requested to merge external-auth-param into develop

Summary

Fixes #1313 (closed)

Allows creating URLs like this:

The external login screen will automatically redirect you to the OAuth form for the server you specify.

If the server is invalid or couldn't be reached, it'll display an error and fall back to the usual form.

Merge request reports

Loading