Project

General

Profile

Bug #15058

Updated by Ward Vandewege almost 5 years ago

The latest SSO server packages have a bug that prevents them from functioning in the configuration where local accounts are configured. When clicking the 'login to Arvados' button, the user sees: 

 <pre> 
 "Not found. Authentication passthru." 
 </pre> 

 The logs show 

 <pre> 
 Started GET "/users/auth/local" for 127.0.0.1 at 2019-04-02 14:40:37 +0200 
 Processing by Users::OmniauthCallbacksController#passthru as HTML 
  Parameters: {"provider"=>"local"} 
  Rendered text template (0.0ms) 
 Completed 404 Not Found in 0.3ms (Views: 0.2ms | ActiveRecord: 0.0ms) 
 </pre> 


Back