Closed gdubs closed 7 years ago
I read it. And I have the required parameters on my body / query string. I'm using client_credentials grant_type.
I found the parser file for identityserver3. I'm assuming it's doing the same thing for 4? If so, I'm not sure why it's not finding the client_secret that I have on my post request
POST params != query params
found out what happened. I have to use "raw" when I post it with Postman and not form data.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Trying to follow this getting started tutorial for IdentityServer and I'm currently trying to get my first token (https://www.scottbrady91.com/Identity-Server/Getting-Started-with-IdentityServer-4) \
This is the one I sent:
http://localhost:15319/connect/token?grant_type=client_credentials&scope=customAPI.read&client_id=oauthClient&client_secret=superSecretPassword
But, I'm getting a response.
Following are the logs, but I can't seem to find online what I'm doing wrong why the secret and identifier could not be found.
This is what my startup.cs looks like
Relevant parts of the log file