hi,
some of our customers experienced an error when they logged in using Facebook connection, the expanded error message is:
" You may have pressed the back button, refreshed during login, opened too many login dialogs, or there is some issue with cookies, since we couldn’t find your session. Try logging in again from the application and if the …"
It is strange thing that this error has just started to show today, we have not altered our app or connection configuration recently, except adding a testing logout URL to Allowed Logout URLs.
can you help in debugging the source of this error.
this.auth0 = new Auth0.WebAuth({
domain: '***.eu.auth0.com',
clientID: '***',
redirectUri: 'https://***/callback',
audience: 'https://***/api',
responseType: 'token id_token',
scope: 'openid profile email full_access'
})
does this answer has to do with the Error we are experiencing: