diff options
| author | Xinhui | 2016-08-03 15:56:12 +0200 | 
|---|---|---|
| committer | Xinhui | 2016-08-03 15:56:12 +0200 | 
| commit | 042fe3d039bdd91325bd8098cedcadc025713df6 (patch) | |
| tree | 6977a7691fea1f7cfc74d0172daca45badb05f56 /config/environments/test.rb | |
| parent | 9aeb6fc4c44470541bbc09fc0831e23e3c77fa34 (diff) | |
| download | chouette-core-042fe3d039bdd91325bd8098cedcadc025713df6.tar.bz2 | |
Auto create user on SSO sign in
Diffstat (limited to 'config/environments/test.rb')
| -rw-r--r-- | config/environments/test.rb | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb index 9db6ad9f3..c239c6c89 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -46,8 +46,12 @@ Rails.application.configure do    config.company_contact = "http://www.chouette.mobi/club-utilisateurs/contact-support/"    config.accept_user_creation = true +  # config.chouette_authentication_settings = { +  #   type: "database" +  # }    config.chouette_authentication_settings = { -    type: "database" +    type: "cas", +    cas_server: "http://localhost:3000/sessions"    }    # file to data for demo  | 
