You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is what I expected, but it seems like the field client_id is missing, no?
I looked at the Discord OAuth documentation, which is officially supported with no changes to the token request, and they state that client_id is required.
This matches my understanding of the OAuth standard, or am I mistaken here?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I think the client id is not passed to the API when requesting a token with a custom provider. This is my configuration:
And this is the body I get on my backend at the
/token
endpoint:This is what I expected, but it seems like the field
client_id
is missing, no?I looked at the Discord OAuth documentation, which is officially supported with no changes to the token request, and they state that
client_id
is required.This matches my understanding of the OAuth standard, or am I mistaken here?
Beta Was this translation helpful? Give feedback.
All reactions