Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
partha-sen opened this issue Jun 5, 2019 · 0 comments
Open

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

partha-sen opened this issue Jun 5, 2019 · 0 comments

Comments

@partha-sen
Copy link

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"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant