Client is not authorized to access

When I am trying to get access token using below Api getting errors like

Post :https://dev-j6k05ivx.auth0.com/oauth/token

{
“error”: “access_denied”,
“error_description”: “Client is not authorized to access "https://dev-j6k05ivx.auth0.com/api/v2/\”. You might probably want to create a "client-grant" associated to this API. See: Auth0 Management API v2"
}

1 Like

Hi @logictree,

Welcome to the Auth0 Community Forum!

This suggests to me that the client is not registered in your tenant. Can you tell us how you setup your application? What tutorial or quickstart did you follow?

Thanks,
Dan