emonney / QuickApp

ASP.NET Core / Angular startup project template with complete login, user and role management. Plus other useful services for Quick Application Development
https://www.ebenmonney.com/quickapp
MIT License
1.26k stars 594 forks source link

Invalid HTTP request for token endpoint - IdentityServer4 ASP.NET Core 3.1 #174

Closed kmuthugtk closed 3 years ago

kmuthugtk commented 3 years ago

loZUt

The connect/token is working good by using swagger, but when I'm trying to use it in postman, an error is showing

{ "error": "invalid_request" } The Status code: 400 Bad Request.

How to fix this issue?

Mynken commented 3 years ago

@kmuthugtk check the scope - maybe you are missing something here.