Replies: 2 comments
-
Is anyone able to confirm if this SHOULD work? |
Beta Was this translation helpful? Give feedback.
-
Using Fiddler, I found that the request to the token Url was using an "OPTIONS" verb. Not sure yet how to make it POST and with correct content.
|
Beta Was this translation helpful? Give feedback.
-
I am using NSwag.AspNetCore v14.0.3 have followed this to help me setup Authorisation using Client Credentials flow
This is what my code looks like:
When I use and click the "Authorize" button, I am presented this
When I fill out a clientid and secret and click the authorize button I get a 400
And if I have a look at the payload I can see that it most definitely is missing
It should show as a minimum
Am I missing something? Is this not possible?
Beta Was this translation helpful? Give feedback.
All reactions