diff --git a/app/lib/auth0/index.js b/app/lib/auth0/index.js index ae21ace7..be80d27a 100644 --- a/app/lib/auth0/index.js +++ b/app/lib/auth0/index.js @@ -73,7 +73,6 @@ exports.Auth0Wrapper = class Auth0Wrapper { const openId = require('express-openid-connect'); return openId.auth({ authRequired: false, - attemptSilentLogin: true, auth0Logout: true, baseURL: urlPrefix, secret: this.env.AUTH0_SECRET,