Commit 89b0c987 authored by Timothy Andrew's avatar Timothy Andrew

Remove Authentiq from the OAuth login integration tests.

- This is causing autoload-related errors in the `migration:path` builds. We
  need to find a better way of testing this provider.
parent 8d49a9fd
...@@ -629,10 +629,6 @@ test: ...@@ -629,10 +629,6 @@ test:
login_url: '/cas/login', login_url: '/cas/login',
service_validate_url: '/cas/p3/serviceValidate', service_validate_url: '/cas/p3/serviceValidate',
logout_url: '/cas/logout'} } logout_url: '/cas/logout'} }
- { name: 'authentiq',
app_id: 'YOUR_CLIENT_ID',
app_secret: 'YOUR_CLIENT_SECRET',
args: { scope: 'aq:name email~rs address aq:push' } }
- { name: 'github', - { name: 'github',
app_id: 'YOUR_APP_ID', app_id: 'YOUR_APP_ID',
app_secret: 'YOUR_APP_SECRET', app_secret: 'YOUR_APP_SECRET',
......
...@@ -13,7 +13,7 @@ feature 'OAuth Login', js: true do ...@@ -13,7 +13,7 @@ feature 'OAuth Login', js: true do
end end
providers = [:github, :twitter, :bitbucket, :gitlab, :google_oauth2, providers = [:github, :twitter, :bitbucket, :gitlab, :google_oauth2,
:facebook, :authentiq, :cas3, :auth0] :facebook, :cas3, :auth0]
before(:all) do before(:all) do
# The OmniAuth `full_host` parameter doesn't get set correctly (it gets set to something like `http://localhost` # The OmniAuth `full_host` parameter doesn't get set correctly (it gets set to something like `http://localhost`
......
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