i want get token Oauth2 by postman

Viewed 962

I am trying this way to get a token, but there is some problem in accessing the client enter image description here

i can Login from Login layout i can access by username= admin and password= admin but in the post man i cant access and the result form request is

    {
    "error": "unauthorized_client",
    "error_description": "Client not allowed for direct access grants"
    }
1 Answers

you should be change client_id to direct access grants like this image

enter image description here

Related