Module: Devise

Defined in:
lib/devise_ichain_authenticatable.rb,
lib/devise_ichain_authenticatable/models.rb

Defined Under Namespace

Modules: Models Classes: IchainFailureApp, IchainRegistrationsController, IchainSessionsController

Constant Summary collapse

@@ichain_base_url =

Configuration params

nil
@@ichain_context =
"default"
@@ichain_proxypath =
"reverse"
@@ichain_username_header =
"HTTP_X_USERNAME"
@@ichain_attribute_headers =
{:email => "HTTP_X_EMAIL"}
@@ichain_test_mode =
false
@@ichain_force_test_username =
nil
@@ichain_force_test_attributes =
nil
@@ichain_login_path =

The slashes at the end of the urls looks to be relevant

"ICSLogin/"
@@ichain_registration_path =
"ICSLogin/auth-up/"
@@ichain_logout_path =
"cmd/ICSLogout/"