Enable claim validation by calling AuthenticationRequest#validateClaims() Issue #191
Closed
6 tasks done
Labels
question
Further information is requested
Checklist
Description
I get this message
E/BaseAuthenticationRequest(24058): The request is made without validating claims. Enable claim validation by calling AuthenticationRequest#validateClaims()
.when I use the
auth0.api.login
method from the sdk on Android. Although the request goes through, however I am concerned as I don't know what this means.I have been able to trace this to this file on the android-sdk
auth0/src/main/java/com/auth0/android/authentication/AuthenticationAPIClient.kt
to a comment on line67
about the method on line79
.Reproduction
auth0.api.login()
with required parameters.E/BaseAuthenticationRequest(24058): The request is made without validating claims. Enable claim validation by calling AuthenticationRequest#validateClaims()
.auth0_flutter version
auth0_flutter: ^1.0.2
Flutter version
Flutter version 3.3.10 on channel stable
Platform
Android
Platform version(s)
Android 13 (API 33)
The text was updated successfully, but these errors were encountered: