summaryrefslogtreecommitdiff
path: root/app/helpers/auth_helper.rb
diff options
context:
space:
mode:
authorJanis Meybohm <janis.mey@posteo.de>2015-12-23 11:17:25 +0100
committerJanis Meybohm <janis.mey@posteo.de>2016-01-06 14:30:43 +0100
commitda53fcba2d0e46e47a8fd6a79591a6367e863d57 (patch)
treec353942bf8b249852def165b044e901ed1e35ed3 /app/helpers/auth_helper.rb
parent8b39b8cd54bb73b485ee6ea7fc5d3bbfbe07cd5d (diff)
downloadgitlab-ce-da53fcba2d0e46e47a8fd6a79591a6367e863d57.tar.gz
Enable Microsoft Azure OAuth2 support
Diffstat (limited to 'app/helpers/auth_helper.rb')
-rw-r--r--app/helpers/auth_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/auth_helper.rb b/app/helpers/auth_helper.rb
index 0cfc0565e84..de669e529a7 100644
--- a/app/helpers/auth_helper.rb
+++ b/app/helpers/auth_helper.rb
@@ -1,5 +1,5 @@
module AuthHelper
- PROVIDERS_WITH_ICONS = %w(twitter github gitlab bitbucket google_oauth2 facebook).freeze
+ PROVIDERS_WITH_ICONS = %w(twitter github gitlab bitbucket google_oauth2 facebook azure_oauth2).freeze
FORM_BASED_PROVIDERS = [/\Aldap/, 'crowd'].freeze
def ldap_enabled?