gitlab-org--gitlab-foss/config/initializers
Alex Lossent dfcea8ed51 Add option to automatically link omniauth and LDAP identities
Until now, a user needed to first sign in with his LDAP identity and then manually
link his/her account with an omniauth identity from their profile.
Only when this is done can the user authenticate with the omniauth provider and at
the same time benefit from the LDAP integration (HTTPS authentication with LDAP
username/password and in EE: LDAP groups, SSH keys etc.).
This feature automates the process by looking up a corresponding LDAP person when a
user connects with omniauth for the first time and then automatically linking the LDAP
and omniauth identities (of course, like the existing allow_single_sign_on setting,
this is meant to be used with trusted omniauth providers).
The result is identical to a manual account link.

Add config initializers for other omniauth settings.
2015-06-03 11:46:20 +02:00
..
1_settings.rb Add option to automatically link omniauth and LDAP identities 2015-06-03 11:46:20 +02:00
2_app.rb Revert "Preload lib/" 2015-04-09 12:21:59 -04:00
3_grit_ext.rb
4_sidekiq.rb Remove sidekiq-limit_fetch because it require Redis 2.6. 2015-04-03 18:38:31 +02:00
5_backend.rb Warn when gitlab-shell version doesn't match requirement. 2015-04-06 14:02:49 +02:00
6_rack_profiler.rb Disable Rack::MiniProfiler for /teaspoon path 2015-05-28 18:22:33 -04:00
7_omniauth.rb Add an option to automatically sign-in with an Omniauth provider without showing the GitLab sign-in page 2015-05-29 18:15:03 +02:00
8_default_url_options.rb Set default_url_options in test environments too 2015-04-25 19:46:05 -04:00
attr_encrypted_no_db_connection.rb Fix. 2015-05-15 15:32:49 +02:00
backtrace_silencers.rb
carrierwave.rb Rubocop: comment indentation 2015-02-02 21:34:16 -08:00
devise.rb Add support for backup codes 2015-05-09 17:31:37 -04:00
devise_async.rb
devise_password_length.rb.example
disable_email_interceptor.rb Revert "Allow to configure smtp and sendmail in gitlab.yml" 2015-05-06 17:39:18 +03:00
doorkeeper.rb Fix Resource Owner Password Authentication Flow 2015-04-17 11:47:02 -05:00
gitlab_shell_secret_token.rb Allow to configure gitlab_shell_secret location 2015-05-16 21:46:06 +02:00
haml.rb
inflections.rb
kaminari_config.rb
mime_types.rb Add Markdown to Mime types 2015-04-15 12:25:24 -04:00
postgresql_limit_fix.rb
public_key.rb Fix typo. 2015-03-20 16:13:03 -07:00
rack_attack.rb.example Create one big regular expresion for Rack::Attack 2014-08-22 09:56:39 +02:00
rack_attack_git_basic_auth.rb Add more comments explaining how we block IPs 2014-12-18 11:08:11 +01:00
redis-store-fix-expiry.rb Another comment fix 2014-12-16 12:46:55 +01:00
secret_token.rb Allow to specify secret token via environment variable. 2014-04-15 19:27:25 +01:00
session_store.rb Merge branch 'redis_settings' 2014-08-28 15:03:22 +03:00
smtp_settings.rb.sample Revert "Allow to configure smtp and sendmail in gitlab.yml" 2015-05-06 17:39:18 +03:00
state_machine_patch.rb Rename snippets scopes to plural names. 2014-06-04 08:37:19 +02:00
static_files.rb Change check to only swap static middleware when it's enabled. 2015-02-21 15:09:17 +01:00
time_zone.rb Add timezone configuration to gitlab.yml 2014-10-21 11:27:16 +02:00
wrap_parameters.rb