We have multiple Auth0 Regular Web Applications
which all fail with the error below when a user tries to login. Nothing seems to have changed on our end, including the CORS
and Allowed Web Origins
settings on these web apps.
Our machine-to-machine applications are still able to successfully hit Auth0 to retrieve access tokens and use those to hit our APIs.
I’ve searched the community here but wasn’t able to find any results for the Webtask exceeded allowed execution
error related to Cross Origin Authentication
.
I’ve extracted some of the relevant information from the logs below
"type": "fcoa",
"description": "Request to Webtask exceeded allowed execution time",
"connection": "Username-Password-Authentication",
"error": {
"message": "Request to Webtask exceeded allowed execution time",
"oauthError": "access_denied",
"type": "oauth-authorization"
}