400 Forbidden request

When I am trying to generate the token for user authorization, I am getting 403 Forbidden HTTP response from the service. Although Sign Up request is working fine but for the same user the token generation is returning 403 Forbidden response. The Credentials entered for the users are correct.

Hi @amang2360,

Welcome to the Auth0 Community!

Can you please share a code snippet of the request you are making (which endpoint, what params, etc)?

403 Forbidden are typically a result of inadequate permissions or scopes, but it could be other things too.