Using POSTMAN
, I'm struggling to to retrieve my Identity Server 3
token.
Error code is : 400 Bad Request
Here are the details:
POST
/identity/connect/token HTTP/1.1
Host:
localhost:44358
Content-Type:
application;x-www-form-urlencoded
Cache-Control:
no-cache
Postman-Token:
57fc7aef-0006-81b2-8bf8-8d46b77d21d1
username
=MYUSER-ID&password
=MY-PASSWORD&grant_type
=password&client_id
=rzrwebguiangulajsclient&client_secret
=myclientsecret&redirect_uri
=https://localhost:44331/callback
I've done something similar with a simple Visual Studio 2015 WebApi project, where the end point was \token
.
Any guidance/advice is appreciated...
regards, Bob