Hi team,
We’re running into an issue that the error You passed the limit of allowed calls to ‘/u/email-identifier/challenge’ occurred for many teachers when we tried to get them to sign up using Auth0 (email-password method). (40~50 teachers)
The school has a proxy, meaning that all attempts are from the same IP.
What can we do about this? Specifically:
- Can we purchase a higher rate-limit from you?
- This endpoint isn’t very clearly documented in Self Service - Auth0 Docs . Is it
Universal Login Flow Endpoints: Passwordless email challenge promptorAuthentication API: User Info? - Even enterprise solution doesn’t seem to have a higher rate-limit.
- This endpoint isn’t very clearly documented in Self Service - Auth0 Docs . Is it
- How can we provide support to schools with this issue?
{
"session_id": "KEnMmNa9hQlHQ8MITIriDWQazta7LCRU",
"limit": {
"size": 5,
"global": false
},
"request": {
"method": "GET",
"path": "/u/email-identifier/challenge"
}
}