Skip to content

Commit e83d02f

Browse files
authored
Merge pull request #679 from mjcheetham/oauth-doc
Add GitHub.com OAuth app revoke instructions to FAQs
2 parents 86714ff + d218e6e commit e83d02f

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

docs/faq.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,13 @@ information.
136136

137137
You may also set these variables to the empty string `""` to force terminal/
138138
text-based prompts instead.
139+
140+
### How do I revoke consent for GCM for GitHub.com?
141+
142+
In your GitHub user settings, navigate to
143+
[Integrations > Applications > Authorized OAuth Apps > Git Credential Manager](https://github.com/settings/connections/applications/0120e057bd645470c1ed)
144+
and pick "Revoke access".
145+
146+
![Revoke GCM OAuth app access](img/github-oauthapp-revoke.png)
147+
148+
After revoking access, any tokens created by GCM will be invalidated and can no longer be used to access your repositories. The next time GCM attempts to access GitHub.com you will be prompted to consent again.
443 KB
Loading

src/shared/GitHub/GitHubConstants.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ public static class GitHubConstants
99

1010
public const string DefaultAuthenticationHelper = "GitHub.UI";
1111

12+
// https://github.com/settings/connections/applications/0120e057bd645470c1ed
1213
public const string OAuthClientId = "0120e057bd645470c1ed";
1314

1415
// [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="OAuth2 public client application 'secrets' are required and permitted to be public")]

0 commit comments

Comments
 (0)