Commit e3cdc6f3 authored by Tetiana Chupryna's avatar Tetiana Chupryna

Merge branch 'fix-missing-auth0-icon' into 'master'

Add Auth0, JWT and Shibboleth to list of providers with icons

See merge request gitlab-org/gitlab!77213
parents 3b081dce 67a5600d
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
module AuthHelper module AuthHelper
PROVIDERS_WITH_ICONS = %w( PROVIDERS_WITH_ICONS = %w(
atlassian_oauth2 atlassian_oauth2
auth0
authentiq authentiq
azure_activedirectory_v2 azure_activedirectory_v2
azure_oauth2 azure_oauth2
...@@ -12,8 +13,10 @@ module AuthHelper ...@@ -12,8 +13,10 @@ module AuthHelper
github github
gitlab gitlab
google_oauth2 google_oauth2
jwt
openid_connect openid_connect
salesforce salesforce
shibboleth
twitter twitter
).freeze ).freeze
LDAP_PROVIDER = /\Aldap/.freeze LDAP_PROVIDER = /\Aldap/.freeze
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment