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
Thanks @VerdigrisReader
Verified this issue, we will fix it in next release. as the workaround, we can either remove the client_secret parameter as you suggested, or we can just set this client_secret to None, thus this parameter will be removed from the request.
Hi, @VerdigrisReader could you please verify if this issue still exist? I just noticed that something changed from live.com, the client secret is required as I tested from my side.
oauth_web_auth_code_grant.request_oauth_tokens_by_response_uri sends out a the client secret with the post request, causing the following error:
OAuthTokenRequestException: error_code: invalid_request, error_description: Public clients can't send a client secret.
Solution - remove the client_secret parameter from this request at authorization.py:400
The text was updated successfully, but these errors were encountered: