We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request for auth should look like so:
POST /connect/token CONTENT-TYPE application/x-www-form-urlencoded client_id=client1& client_secret=secret& grant_type=client_credentials& scope=scope1
Bruno seems to send only JSON.
The text was updated successfully, but these errors were encountered:
This will go out in the 1.13.0 release. Please subscribe to Discord announcement channel to stay notified on the releases.
Sorry, something went wrong.
I am closing this issue as it has already been resolved.
Successfully merging a pull request may close this issue.
Request for auth should look like so:
Bruno seems to send only JSON.
The text was updated successfully, but these errors were encountered: