Skip to content

Commit 403317c

Browse files
Sarah Edwardssophietheking
andauthored
add conceptual info to article about reviewing github app authorizations (#36677)
Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com>
1 parent 2eed8f9 commit 403317c

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Using GitHub Apps'
2+
title: Using GitHub Apps
33
intro: 'You can purchase and install {% data variables.product.prodname_github_apps %} from {% data variables.product.prodname_marketplace %}.'
44
redirect_from:
55
- /articles/purchasing-and-installing-apps-in-github-marketplace
@@ -15,6 +15,7 @@ children:
1515
- /installing-an-app-in-your-personal-account
1616
- /installing-an-app-in-your-organization
1717
- /authorizing-github-apps
18-
- /reviewing-your-authorized-integrations
18+
- /reviewing-and-revoking-authorization-of-github-apps
1919
- /connecting-with-third-party-applications
2020
---
21+

content/apps/using-github-apps/reviewing-your-authorized-integrations.md renamed to content/apps/using-github-apps/reviewing-and-revoking-authorization-of-github-apps.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
title: Reviewing your authorized integrations
3-
intro: You can review your authorized integrations to audit the access that each integration has to your account and data.
2+
title: Reviewing and revoking authorization of GitHub Apps
3+
intro: 'You can review the {% data variables.product.prodname_github_apps %} that you have authorized, and you can revoke your authorization.'
44
redirect_from:
55
- /articles/reviewing-your-authorized-integrations
66
- /github/authenticating-to-github/reviewing-your-authorized-integrations
77
- /github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations
88
- /authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations
9+
- /apps/using-github-apps/reviewing-your-authorized-integrations
910
versions:
1011
fpt: '*'
1112
ghes: '*'
@@ -17,6 +18,14 @@ topics:
1718
shortTitle: Authorized integrations
1819
---
1920

21+
## About authorized {% data variables.product.prodname_github_apps %}
22+
23+
You may authorize a {% data variables.product.prodname_github_app %} to give the app permission to access information on your {% data variables.product.company_short %} account and to act on your behalf. For more information, see "[AUTOTITLE](/apps/using-github-apps/authorizing-github-apps)."
24+
25+
You should periodically review the apps that you have authorized. If you no longer use an app, consider revoking your authorization for that app.
26+
27+
The authorization can only be revoked by the person who authorized the {% data variables.product.prodname_github_app %}. Organization owners cannot revoke app authorizations for their organization members. However, organization owners can uninstall the app from their organization, which will prevent the app from accessing organization-owned resources. For more information, see "[AUTOTITLE](/organizations/managing-programmatic-access-to-your-organization/reviewing-github-apps-installed-in-your-organization)."
28+
2029
## Reviewing your authorized {% data variables.product.prodname_github_apps %}
2130

2231
{% data reusables.user-settings.access_settings %}
@@ -27,6 +36,5 @@ shortTitle: Authorized integrations
2736
![Screenshot of the "Authorized {% data variables.product.prodname_github_apps %}" tab. Next to an app, a button, labeled "Revoke," is highlighted in orange.](/assets/images/help/settings/revoke-github-app.png)
2837

2938
## Further reading
30-
{% ifversion fpt or ghec %}
31-
- "[AUTOTITLE](/get-started/exploring-integrations/about-integrations)"{% endif %}
39+
3240
- "[AUTOTITLE](/apps/oauth-apps/using-oauth-apps/reviewing-your-authorized-applications-oauth)"

0 commit comments

Comments
 (0)