Skip to content

Commit 719a6b1

Browse files
committed
Merge pull request github#689 from github/update-1421163709
2 parents 63f963f + 06335fd commit 719a6b1

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

content/v3/oauth.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,21 @@ receive this error.
302302
To solve this error, start the [OAuth process over from the beginning](#redirect-users-to-request-github-access)
303303
and get a new code.
304304

305+
## Directing users to review their access for an OAuth application
306+
307+
Users can review and revoke their application authorizations from the [settings
308+
screen within GitHub][settings]. Integrators can deep link to the authorization
309+
information for their particular app to let their end users review those
310+
details.
311+
312+
To build this link, you'll need your OAuth application's `client_id` you
313+
received from GitHub when you [registered the application][apps].
314+
315+
https://github.com/settings/connections/applications/:client_id
316+
305317
[oauth changes blog]: /changes/2013-10-04-oauth-changes-coming/
306318
[basics auth guide]: /guides/basics-of-authentication/
307319
[deployments]: /v3/repos/deployments
308320
[public keys]: /v3/users/keys/
321+
[settings]: https://github.com/settings
322+
[apps]: https://github.com/settings/applications

0 commit comments

Comments
 (0)