Hi, I am running into the
{
“error”: “invalid_grant”,
“error_description”: “The mfa_token provided is invalid. Try getting a new token.”
}
api response on https://harmonize-dev.auth0.com/mfa/associate
My payload
Header:
{
Content-type: application/json
Authorization: Bearer mfa_token
}
body
{
“client_id”:“xxxx”,
“client_secret”:“xxxxx”,
“authenticator_types”: [“oob”],
“oob_channels”: “sms”,
“phone_number”: “+1 xxxxxxxxx”
}
Do you know where I am making the mistake?
Thanks