Commit 67a5600d authored by Luke Stahlman's avatar Luke Stahlman

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

The Auth0, JWT, and Shibboleth providers' icons are not used when
displaying buttons on the sign-in and registration pages. Update
the PROVIDERS_WITH_ICONS list so that these icons are displayed.

Changelog: fixed
parent 8b242314
...@@ -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