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 @@
module AuthHelper
PROVIDERS_WITH_ICONS = %w(
atlassian_oauth2
auth0
authentiq
azure_activedirectory_v2
azure_oauth2
......@@ -12,8 +13,10 @@ module AuthHelper
github
gitlab
google_oauth2
jwt
openid_connect
salesforce
shibboleth
twitter
).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