Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-06-12 20:20:24 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-06-12 20:20:24 +0300
commitb6e56ed3d3ce0e6c76c07819a84f1c49d2caba13 (patch)
treedfb807dd72e8b0a4ff5fc094d6413550bff96566 /lib
parent803fe6501c604b5567f281f7662080c5b8626cf1 (diff)
parent350f19f59fd1e44c18699cc46cfff71a92d7e0a4 (diff)
Merge branch 'sh-update-openid-omniauth-gem' into 'master'
Bump omniauth_openid_connect to 0.3.1 See merge request gitlab-org/gitlab-ce!29387
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/omniauth_initializer.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/gitlab/omniauth_initializer.rb b/lib/gitlab/omniauth_initializer.rb
index 83204fa5d18..2a2083ebae0 100644
--- a/lib/gitlab/omniauth_initializer.rb
+++ b/lib/gitlab/omniauth_initializer.rb
@@ -63,12 +63,6 @@ module Gitlab
{ remote_sign_out_handler: authentiq_signout_handler }
when 'shibboleth'
{ fail_with_empty_uid: true }
- when 'openid_connect'
- # If a name argument is omitted, OmniAuth will expect that the
- # matching route is /auth/users/openidconnect instead of
- # /auth/users/openid_connect because of
- # https://gitlab.com/gitlab-org/gitlab-ce/issues/62208#note_178780341.
- { name: 'openid_connect' }
else
{}
end