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
For client credentials, you should not need a redirect uri. The below endpoint does not distinguish what grant type you are creating.
1.create oauth app for consumer POST http://localhost:8001/consumers/ID/oauth2
{ "name": "Test Application1" } 2. get 400 Bad request back { "redirect_uri": "redirect_uri is required" } 3. 4.
Cheers, Shane.
The text was updated successfully, but these errors were encountered:
I want to take up this issue. Please help me on how to get started.
Sorry, something went wrong.
fix(oauth2) make optional redirect_uri field
d023ab7
Fix Kong#2030
fix(oauth2) make optional redirect_uri field (#4150)
37a2cc9
Fix #2030
b469f09
f4b8938
No branches or pull requests
Summary
For client credentials, you should not need a redirect uri. The below endpoint does not distinguish what grant type you are creating.
Steps To Reproduce
1.create oauth app for consumer
POST http://localhost:8001/consumers/ID/oauth2
{
"name": "Test Application1"
}
2. get 400 Bad request back
{
"redirect_uri": "redirect_uri is required"
}
3.
4.
Additional Details & Logs
Cheers,
Shane.
The text was updated successfully, but these errors were encountered: