You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to use omniauth-cas3-1.1.3 with gitlab-8.14.4.
I successfully logged in to gitlab via CAS, but when I logged out, gitlab des not redirect to CAS logout.
Or should I use "on_single_sign_out"? But I don't know how to use it.
Started DELETE "/users/sign_out" for 192.168.135.150 at 2016-12-14 00:33:12 -0800
Processing by SessionsController#destroy as HTML
Parameters: {"authenticity_token"=>"**********"}
Redirected to http://192.168.135.150/users/sign_in
Completed 302 Found in 51ms (ActiveRecord: 7.0ms)
Started GET "/users/sign_in" for 192.168.135.150 at 2016-12-14 00:33:12 -0800
Processing by SessionsController#new as HTML
Redirected to http://192.168.135.150/users/auth/cas3
Filter chain halted as :auto_sign_in_with_provider rendered or redirected
Completed 302 Found in 37ms (ActiveRecord: 3.9ms)
Started GET "/users/auth/cas3" for 192.168.135.150 at 2016-12-14 00:33:12 -0800
Processing by OmniAuth::RequestForgeryProtection::Controller#index as HTML
Completed 200 OK in 1ms (ActiveRecord: 0.0ms)
Started GET "/users/auth/cas3/callback?ticket=**********&url=http%3A%2F%2F192.168.135.150%2F" for 192.168.135.150 at 2016-12-14 00:33:12 -0800
Processing by OmniauthCallbacksController#cas3 as HTML
Parameters: {"ticket"=>"**********", "url"=>"http://192.168.135.150/"}
Redirected to http://192.168.135.150/
Completed 302 Found in 147ms (ActiveRecord: 21.9ms)
Started GET "/" for 192.168.135.150 at 2016-12-14 00:33:12 -0800
Thanks,
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to use omniauth-cas3-1.1.3 with gitlab-8.14.4.
I successfully logged in to gitlab via CAS, but when I logged out, gitlab des not redirect to CAS logout.
Or should I use "on_single_sign_out"? But I don't know how to use it.
Thanks,
The text was updated successfully, but these errors were encountered: