8000 Merge pull request #714 from github/update-1424260572 · MACNAYA/developer.github.com@f2d4dd0 · GitHub
[go: up one dir, main page]

Skip to content

Commit f2d4dd0

Browse files
committed
Merge pull request github#714 from github/update-1424260572
2 parents 9e9a13a + 82458c1 commit f2d4dd0

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

content/v3/oauth.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -305,18 +305,24 @@ and get a new code.
305305
## Directing users to review their access for an application
306306

307307
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.
308+
screen within GitHub][authorized-apps]. A user's organizations [control whether
309+
an application can access organization data][org-app-policies]. Integrators can
310+
deep link to the authorization information for their particular app to let their
311+
end users review these details.
311312

312313
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+
received from GitHub when you [registered the application][owned-apps].
314315

315316
https://github.com/settings/connections/applications/:client_id
316317

318+
For tips on discovering the resources that your application can access for a
319+
user, be sure to check out our [guide][resource-discovery-guide].
320+
317321
[oauth changes blog]: /changes/2013-10-04-oauth-changes-coming/
318322
[basics auth guide]: /guides/basics-of-authentication/
319323
[deployments]: /v3/repos/deployments
320324
[public keys]: /v3/users/keys/
321-
[settings]: https://github.com/settings
322-
[apps]: https://github.com/settings/applications
325+
[authorized-apps]: https://github.com/settings/applications#authorized
326+
[owned-apps]: https://github.com/settings/applications
327+
[org-app-policies]: /changes/2015-01-19-an-integrators-guide-to-organization-application-policies/
328+
[resource-discovery-guide]: /guides/discovering-resources-for-a-user/

0 commit comments

Comments
 (0)
0