Actions
Bug #22412
openUsers using apache sso are redirected to /users/login at session timeout
Status:
New
Priority:
Normal
Assignee:
-
Category:
Authentication
Target version:
-
Description
When my session expires, I get redirected to /users/login and get a login page instead of being automatically reauthenticated. I should probably get redirected to /users/extlogin instead.
This started to happen after update to 1.16, before that expired sessions got reauthenticated automatically via apache SSO.
018-01-24 14:07:09 3aee9d94 [app] [I] Current user: a001329 (administrator) 2018-01-24 14:07:09 3aee9d94 [app] [I] Session for Adam Winberg is expired. 2018-01-24 14:07:09 3aee9d94 [app] [I] Rendered text template (0.0ms) 2018-01-24 14:07:09 3aee9d94 [app] [I] Filter chain halted as :session_expiry rendered or redirected 2018-01-24 14:07:09 3aee9d94 [app] [I] Completed 401 Unauthorized in 9ms (Views: 0.6ms | ActiveRecord: 2.9ms) 2018-01-24 14:07:09 f5c4d2d1 [app] [I] Started GET "/users/login" for 10.66.1.247 at 2018-01-24 14:07:09 +0000 2018-01-24 14:07:09 f5c4d2d1 [app] [I] Processing by UsersController#login as HTML
Actions