Skip to content

How to get access code for password flow in postman #1

@partha-sen

Description

@partha-sen

I am trying to get access code for postman for the password flow here is my details
postURL: http://localhost:8080/oauth/token
Headers: [{"key":"Content-Type","value":"application/x-www-form-urlencoded","description":""}]
Boady: [{"key":"username","value":"habuma","description":""},{"key":"password","value":"password","description":""},{"key":"client_id","value":"myclient","description":""},{"key":"grant_type","value":"password","description":""}]

Response is :{
"timestamp": "2019-06-05T14:34:36.368+0000",
"status": 401,
"error": "Unauthorized",
"message": "Unauthorized",
"path": "/oauth/token"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions