Flutter with auth api always returns validateClaims error

Hi all, currently i’m having an issue in flutter while using the authentication api of auth0. I tried to create our own login page and then call the email and password authentication of auth0 but it always return The request is made without validating claims. Enable claim validation by calling AuthenticationRequest#validateClaims()

I already check any solutions on this page and I saw this post Problem with flutter and auth0 api - #3 by tyf but the suggested method of validateClaims() doesnt seem to exist anymore if i try to call the api.

I’m not sure what i’m missing, is it a config change on my account settings or with the flutter config?

I’ll appreciate any help. Thanks!

1 Like

Hey, did you find the solution to this?