-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
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
Unable to delete OAuth2 from consumer #1654
Comments
@petrdvorak are you using Cassandra or Postgres? |
Thank you for looking into it - I use Cassandra. |
@petrdvorak does creating the following index on Cassandra make it work?
|
Hello @thefosk, yes - adding this index does help, OAuth2 credentials were removed after I called that DELETE method... |
@petrdvorak I will submit a patch for 0.10 (since it cannot be included in 0.9.2 because a database schema operation is involved). |
No problem, @thefosk - the workaround is quite viable... |
Merged #1656, thanks for the report. |
Summary
Whenever I try to delete OAuth 2 from a consumer, I get server error.
Steps To Reproduce
Additional Details & Logs
The text was updated successfully, but these errors were encountered: