Class: Kaui::LoginProxyController

Inherits:
EngineController show all
Defined in:
app/controllers/kaui/login_proxy_controller.rb

Constant Summary

Constants included from EngineControllerUtil

EngineControllerUtil::SIMPLE_PAGINATION_THRESHOLD

Instance Method Summary collapse

Methods inherited from EngineController

#check_for_redirect_to_tenant_screen, #current_ability, #current_user, #options_for_klient, #populate_account_details, #retrieve_allowed_users_for_current_user, #retrieve_tenants_for_current_user

Instance Method Details

#check_loginObject



4
5
6
7
8
9
# File 'app/controllers/kaui/login_proxy_controller.rb', line 4

def 
  #
  # Redirect to where we come from after going through all the Kaui filters ensuring correct authentication and kb_tenant_id
  #
  redirect_to params['path']
end