You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Auth0 SDK cannot desterilize the JSON response from the following API call:
API Call: https://dev-nextech.us.auth0.com/api/v2/users?q=identities.connection%3A%22Username-Password-Authentication%22%20AND%20email%3A%22b.boone%40mailinator.com%22&search_engine=v3
Checklist
Description
The Auth0 SDK cannot desterilize the JSON response from the following API call:
API Call:
https://dev-nextech.us.auth0.com/api/v2/users?q=identities.connection%3A%22Username-Password-Authentication%22%20AND%20email%3A%22b.boone%40mailinator.com%22&search_engine=v3
Response:
Specifically, Newtonsoft Json cannot deserialize the following portion:
Example usage
Stack Trace:
According to the Managemen API documentation, multifactor should be a list of
string: []
and should not contain a nested array.Reproduction
We traced the cause to our implementation of MFA in a
onExecutePostLogin
flow.The call to enable MFA temporarily had the incorrect values:
And was changed to:
It seems the api.multifactor.enable method is not validating the parameters sent to it.
Additional context
No response
auth0.net version
7.26.2
.NET version
6
The text was updated successfully, but these errors were encountered: