When trying to login using windowslive(microsoft social connection), receiving the following error:
{
“error”: “access_denied”,
“error_description”: “Something went wrong”
}
however, using Auth0 Management API, I can retrieve the access token of that user, meaning that authentication itself went fine. What could be the reasons?
For reference (the issue has been resolved in dm’s)
The issue occurred as an aftermath of a legacy code in rules. The code allowed only a hardcoded number of users to log in via windowslive social connection.