Actions
Bug #14561
closedSuccessful workbench login redirects to the wrong endpoint
Status:
Resolved
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
-
Description
There appears to be a problem when manually installing Arvados Workbench (version 1.2.1-1)"
After clicking the login button in Workbench is redirects to the SSO servers sign in page:
http://auth.local/users/sign_in
After a successful login it redirects to:
But that route doesn't exist because it should be redirecting to the API server:
http://domain.local/auth/joshid/callback?... If you fix the url up manually in the browser it logs in OK (IE change auth.local to domain.local).
How can I resolve this?
Actions