Jump to content

OAuth2 Login Problem


Recommended Posts

I'm trying to add a new OAuth2 login handler using Auth0.

The first time I sign in using Auth0, it either creates a new account, or links connected accounts. This works fine.

The problem I'm experiencing is when I try to sign in for a second time. Upon being redirected back to my Invision Community, I get an error message saying that the email has already been taken.

    "error": {
      "message": "{\"errors\":{\"email\":[\"has already been taken\"]}}",
      "oauthError": "access_denied",
      "type": "oauth-authorization"
    },

For reference, we have two login methods active: Standard and Auth0. This error happens for both pre-existing and newly created accounts.

How can I fix this so that users will be able to login with their credentials from our Auth0 app?

Link to comment
Share on other sites

I'm redirected to this URL from my Auth0 login/authorization page: https://mysite.com/forums/login/?_processLogin=10&csrfKey=XXX&ref=XXX&error=access_denied&error_description={"errors":{"email":["has already been taken"]}}

Rather than an Invision Community error page, I'm just shown the login page. Invision Community is not logging any errors.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...