mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
when CAS is switched app functions as normal but does not use any other auth methods.
This commit is contained in:
parent
00d06b7a00
commit
f259924a85
5 changed files with 31 additions and 17 deletions
|
|
@ -35,7 +35,7 @@ class ApplicationController < ActionController::Base
|
|||
# has an SSO session open.
|
||||
before_filter CASClient::Frameworks::Rails::GatewayFilter, :only => :login
|
||||
|
||||
# This requires the user to be authenticated for viewing allother pages.
|
||||
# This requires the user to be authenticated for viewing all other pages.
|
||||
before_filter CASClient::Frameworks::Rails::Filter, :except => :login
|
||||
end
|
||||
before_filter :set_session_expiration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue