forked from desktop/desktop
-
Notifications
You must be signed in to change notification settings - Fork 519
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
I tracked down the authentication issue! #972
Labels
Comments
Thanks man, you're a life saver |
Thank you! |
Thanks! I was running into this error on fetch. The workaround you mentioned resolved the issue. |
Is there a way to allow GitHub Desktop instead of removing the restrictions altogether? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem
The issue with authentication is related to the org level setting: oauth_application_policy.
By default this is enabled, thus blocking the authenticated action.
I was able to confirm this by enabling the dev tools inside of the application.
Temp. Workaround:
Navigate to your GitHub organization, locate Third-Party Access on the menu, click OAuth Application Policy.
Then click disable from the page you are currently on.
Release version
3.3.5
Operating system
Ubuntu 22.04
Steps to reproduce the behavior
No response
Log files
No response
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: