Skip to content

Commit 2296dff

Browse files
author
Sarah Edwards
authored
Move article from GitHub Apps docs to OAuth App docs (#36830)
1 parent 3ea38e6 commit 2296dff

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

content/apps/using-github-apps/connecting-with-third-party-applications.md renamed to content/apps/oauth-apps/using-oauth-apps/connecting-with-third-party-applications.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ redirect_from:
66
- /github/authenticating-to-github/connecting-with-third-party-applications
77
- /github/authenticating-to-github/keeping-your-account-and-data-secure/connecting-with-third-party-applications
88
- /authentication/keeping-your-account-and-data-secure/connecting-with-third-party-applications
9+
- /apps/using-github-apps/connecting-with-third-party-applications
910
versions:
1011
fpt: '*'
1112
ghes: '*'
@@ -64,7 +65,3 @@ There are several types of data that applications can request.
6465
| Personal user data | User data includes information found in your user profile, like your name, e-mail address, and location. |
6566
| Repositories | Repository information includes the names of contributors, the branches you've created, and the actual files within your repository. An application can request access to all of your repositories of any visibility level. For more information, see "[AUTOTITLE](/repositories/creating-and-managing-repositories/about-repositories#about-repository-visibility)." |
6667
| Repository delete | Applications can request to delete repositories that you administer, but they won't have access to your code. |
67-
68-
## Requesting updated permissions
69-
70-
Applications can request new access privileges. When asking for updated permissions, the application will notify you of the differences between the new permissions and the permissions you previously granted to the app.

content/apps/oauth-apps/using-oauth-apps/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ children:
1313
- /installing-an-oauth-app-in-your-organization
1414
- /authorizing-oauth-apps
1515
- /reviewing-your-authorized-applications-oauth
16+
- /connecting-with-third-party-applications
1617
---
18+

content/apps/using-github-apps/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ children:
1919
- /reviewing-and-revoking-authorization-of-github-apps
2020
- /approving-updated-permissions-for-a-github-app
2121
- /reviewing-and-modifying-installed-github-apps
22-
- /connecting-with-third-party-applications
2322
---
2423

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
We recommend that you regularly review your authorized integrations. Remove any applications and tokens that haven't been used in a while. For more information, see "[AUTOTITLE](/apps/using-github-apps/reviewing-your-authorized-integrations)."
1+
We recommend that you regularly review your authorized integrations. Remove any applications and tokens that haven't been used in a while. For more information, see "[AUTOTITLE](/apps/oauth-apps/using-oauth-apps/reviewing-your-authorized-applications-oauth)."

0 commit comments

Comments
 (0)