We are getting internal server error with the below error response. But unfortunately, with the same credentials the legacy API seems to be working. We are bit stuck with this and any help would be appreciated.
URI:
POST https://eqe.eu.auth0.com/oauth/token
Body:
{
“grant_type”: “password”,
“username”: “test_user@clearchannel.com”,
“password”: “P@ssw0rd”,
“scope”: “openid offline_access”,
“client_id”: “6A4fnYcBItDCLiej2gVrfWhfJBUsikdI”,
“client_secret”: “XXXXXXXXXXXXXXXXXXXX”
}
Response: 500
{
“error”: “server_error”,
“error_description”: “claim.replace is not a function”
}