-
Notifications
You must be signed in to change notification settings - Fork 6
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
OAuth authorization code flow - "Missing column authorization_id" #200
Comments
|
This issue is ticketed for investigation internally as IDPLAT-4084. |
|
@r2social In your reproduction steps, are you also creating an authorization at some point? Where are you getting the |
|
@r2social - what is your username? You can also message me on Discord as ConcreteEntree in the TwitchDev Discord if you'd prefer something private. |
|
@r2social - wanting to ping back on this, as the team is having problems replicating this issue. |
|
Closing as we've not heard back. Feel free to reopen if you're still seeing this. |
I've just had this exact issue and am unable to get a refresh token because of it. Googling the error code led me to here, then this issue. I set up an app, then navigate to @lleadbet - ping me if you need any more info. I could provide the client ID privately if that would allow you to investigate the requests at your end? I have run this exact process previously and it worked fine. I ran it again because I allowed my original token to expire (my fault!) so I tried to request a new one using the same process as before, but this time it failed with 500. |

Brief description
I registered an application for OAuth on https://dev.twitch.tv/console/apps. I am using the authorization code grant flow. When I query the token endpoint as suggested by https://dev.twitch.tv/docs/authentication/getting-tokens-oauth, I get the following response back:
How to reproduce
Expected behavior
Screenshots
Additional context or questions
The text was updated successfully, but these errors were encountered: