Feature #17499
Updated by Peter Amstutz about 4 years ago
In order to fully eliminate the legacy SSO server, Workbench 1 needs to be able to support username/pw login for LDAP and PAM. From discussion, Instead of doing this in Workbench 1 itself, we should probably improve the preferred solution will be to add a new username/password controller login page to Workbench 1. Design: # For LDAP, PAM and Test modes, that exists for the "test" login page displays username and password entry # Login button controller makes method. To support basic theming, this could get an AJAX call to "user authenticate" endpoint, providing username and password, and receiving API token or an error. # Errors should redisplay HTML template from the login page with a "login failed" message at the top (rails "flash" box) configuration.