Skip to content

Commit

Permalink
Merge pull request #27118 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Jul 27, 2023
2 parents dc728b3 + aab05b6 commit d8e1c69
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/apps/oauth-apps/using-oauth-apps/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ children:
- /authorizing-oauth-apps
- /reviewing-your-authorized-oauth-apps
- /connecting-with-third-party-applications
- /internal-oauth-apps
---

29 changes: 29 additions & 0 deletions content/apps/oauth-apps/using-oauth-apps/internal-oauth-apps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: Internal OAuth apps
intro: 'Some {% data variables.product.prodname_oauth_apps %} are internal apps, owned by {% data variables.product.company_short %}, that are granted special capabilities.'
versions:
fpt: '*'
ghes: '*'
ghae: '*'
ghec: '*'
shortTitle: Internal apps
---

Some {% data variables.product.prodname_oauth_apps %} are internal apps. These apps are owned by {% data variables.product.company_short %} and are granted special capabilities. For example, even if an organization owner has restricted access by {% data variables.product.prodname_oauth_apps %} to the organization's data, users can still authorize these apps and use them to access data from the organization.

Some of these internal apps are automatically included with {% data variables.product.company_short %} and do not require user authorization. These apps will not appear in your list of authorized {% data variables.product.prodname_oauth_apps %}.

These internal apps will appear in the user security log, but will not appear in organization{% ifversion ghes or ghae or ghec %} or enterprise{% endif %} audit logs. {% ifversion ghes or ghae or ghec %}For more information, see "[AUTOTITLE](/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log)," "[AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization)", and "[AUTOTITLE](/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise)."{% else %}For more information, see "[AUTOTITLE](/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log)" and "[AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization)."{% endif %}

These {% data variables.product.prodname_oauth_apps %} are :

- Git Credentials Manager
- GitHub Android
- {% data variables.product.prodname_cli %}
- {% data variables.product.prodname_desktop %}
- GitHub for Unity
- GitHub for VSCode
- GitHub iOS
- GitHub Mac
- GitHub Windows
- Visual Studio
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ shortTitle: Review OAuth apps
{% ifversion fpt or ghec %}
- "[AUTOTITLE](/get-started/exploring-integrations/about-integrations)"{% endif %}
- "[AUTOTITLE](/apps/using-github-apps/reviewing-your-authorized-integrations)"
- "[AUTOTITLE](/apps/oauth-apps/using-oauth-apps/internal-oauth-apps)"
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ shortTitle: '{% data variables.product.prodname_oauth_app %} restrictions'
{% ifversion limit-app-access-requests %}
{% data reusables.organizations.restricted-app-access-requests %}{% endif %}

Even if you restrict {% data variables.product.prodname_oauth_apps %} access in your organization, users can still authorize internal {% data variables.product.prodname_oauth_apps %} apps and use them to access data from the organization. For more information, see "[AUTOTITLE](/apps/oauth-apps/using-oauth-apps/internal-oauth-apps)."

{% data reusables.organizations.oauth_app_restrictions_default %}

{% tip %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ shortTitle: Restrict {% data variables.product.prodname_oauth_apps %}

{% data reusables.organizations.oauth_app_restrictions_default %}

Even if you restrict {% data variables.product.prodname_oauth_apps %} access in your organization, users can still authorize internal {% data variables.product.prodname_oauth_apps %} and use them to access data from the organization. For more information, see "[AUTOTITLE](/apps/oauth-apps/using-oauth-apps/internal-oauth-apps)."

{% warning %}

**Warnings**:
Expand Down

0 comments on commit d8e1c69

Please sign in to comment.