Good afternoon.
I'm trying to login using the postman example that it has in the repository.
But in the token request response I get the following response:
{"error": "invalid_scope"}
At this point I have the scope with the value:
application
And I've added client_id
and client_secret
, respectively.
I also have the environment
file properly added.
Does anyone know what I might be doing wrong?