aurelia-identityserver-aspnetcore
aurelia-identityserver-aspnetcore copied to clipboard
Invalid HTTP request for token endpoint - IdentityServer4 ASP.NET Core 5.0
trafficstars

The connect/token is working good by using swagger, but when I'm trying to use it in postman and angular 10 project, an error is showing
{ "error": "invalid_request" } The Status code: 400 Bad Request.
How to fix this issue?