github-docs-arabic-enhanced / content /apps /using-github-apps /reviewing-and-revoking-authorization-of-github-apps.md
AbdulElahGwaith's picture
Upload folder using huggingface_hub
88df9e4 verified
metadata
title: Reviewing and revoking authorization of GitHub Apps
intro: >-
  You can review the {% data variables.product.prodname_github_apps %} that you
  have authorized, and you can revoke your authorization.
redirect_from:
  - /articles/reviewing-your-authorized-integrations
  - /github/authenticating-to-github/reviewing-your-authorized-integrations
  - >-
    /github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations
  - >-
    /authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations
  - /apps/using-github-apps/reviewing-your-authorized-integrations
versions:
  fpt: '*'
  ghes: '*'
  ghec: '*'
topics:
  - Identity
  - Access management
shortTitle: Review your authorizations

About authorized {% data variables.product.prodname_github_apps %}

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.

You should periodically review the {% data variables.product.prodname_github_apps %} that you have authorized. If you no longer use an app, consider revoking your authorization for that app.

The authorization can only be revoked by the person who authorized the {% data variables.product.prodname_github_app %}. Organization{% ifversion enterprise-installed-apps %} and enterprise{% endif %} owners cannot revoke {% data variables.product.prodname_github_app %} authorizations for their members. However, organization{% ifversion enterprise-installed-apps %} and enterprise{% endif %} owners can uninstall the {% data variables.product.prodname_github_app %} from the account, which will prevent the app from accessing resources in that account. For more information, see AUTOTITLE.

Reviewing your authorized {% data variables.product.prodname_github_apps %}

{% data reusables.user-settings.access_settings %} {% data reusables.user-settings.access_applications %}

  1. Click the Authorized {% data variables.product.prodname_github_apps %} tab.

  2. Review the {% data variables.product.prodname_github_apps %} that have access to your account. For those that you don't recognize or that have not been used recently, click Revoke. To revoke your authorization for all {% data variables.product.prodname_github_apps %}, click Revoke all.

    Screenshot of the "Authorized {% data variables.product.prodname_github_apps %}" tab. Next to an app, a button, labeled "Revoke," is highlighted in orange.

Further reading