Skip to content

Fix OneDrive oauth#1494

Open
tigeryu8900 wants to merge 1 commit into
Authenticator-Extension:devfrom
tigeryu8900:fix-onedrive
Open

Fix OneDrive oauth#1494
tigeryu8900 wants to merge 1 commit into
Authenticator-Extension:devfrom
tigeryu8900:fix-onedrive

Conversation

@tigeryu8900

Copy link
Copy Markdown

closes #1202
closes #1369
closes #1408

Hank076 added a commit to Hank076/Authenticator that referenced this pull request Jun 26, 2026
The OneDrive OAuth code-for-token POST had no body at all, so Microsoft's
token endpoint always rejected it and sign-in never completed. Unlike
Google's endpoint (which accepts the params in the query string), Microsoft
requires them in the x-www-form-urlencoded body. Add client_id,
client_secret, code, redirect_uri and grant_type.

Refs Authenticator-Extension#1494, Authenticator-Extension#1369, Authenticator-Extension#1408, Authenticator-Extension#1202, Authenticator-Extension#1424
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OneDrive在扩展上无法登陆 OneDirve Login not working OneDrive cannot be signed in

1 participant