Skip to content

Commit 198b151

Browse files
authored
Merge pull request #37766 from github/repo-sync
Repo sync
2 parents 10fe669 + 6f98ee6 commit 198b151

File tree

16 files changed

+89
-80
lines changed

16 files changed

+89
-80
lines changed

content/admin/managing-iam/understanding-iam-for-enterprises/abilities-and-restrictions-of-managed-user-accounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ With {% data variables.product.prodname_emus %}, you can control the user accoun
3232

3333
{% data variables.enterprise.prodname_managed_users_caps %}:
3434

35-
* Cannot install {% data variables.product.prodname_github_apps %} on their user accounts, unless the app is an internal app. See [AUTOTITLE](/apps/using-github-apps/internal-github-apps).
35+
* Cannot install {% data variables.product.prodname_github_apps %} on their user accounts, unless the app is an privileged app. See [AUTOTITLE](/apps/using-github-apps/privileged-github-apps).
3636
* Can install {% data variables.product.prodname_github_apps %} on a repository if the app doesn't request organization permissions and if the {% data variables.enterprise.prodname_managed_user %} has admin access to the repository.
3737
* Can install {% data variables.product.prodname_github_apps %} on an organization if the {% data variables.enterprise.prodname_managed_user %} is an organization owner.
3838
* Can purchase and install paid {% data variables.product.prodname_github_apps %} only if the {% data variables.enterprise.prodname_managed_user %} is an enterprise owner.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ children:
1313
- /authorizing-oauth-apps
1414
- /reviewing-your-authorized-oauth-apps
1515
- /connecting-with-third-party-applications
16-
- /internal-oauth-apps
16+
- /privileged-oauth-apps
1717
---
1818

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

Lines changed: 0 additions & 31 deletions
This file was deleted.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Privileged OAuth apps
3+
intro: 'Some {% data variables.product.prodname_oauth_apps %} are privileged apps, owned by {% data variables.product.company_short %}, that are granted special capabilities.'
4+
versions:
5+
fpt: '*'
6+
ghes: '*'
7+
ghec: '*'
8+
shortTitle: Privileged apps
9+
redirect_from:
10+
- /apps/oauth-apps/using-oauth-apps/internal-oauth-apps
11+
---
12+
13+
Some {% data variables.product.prodname_oauth_apps %} are privileged 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.
14+
15+
Some of these privileged 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 %}.
16+
17+
These privileged apps will appear in the user security log, but will not appear in organization{% ifversion ghes or ghec %} or enterprise{% endif %} audit logs. {% ifversion ghes 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 %}
18+
19+
These {% data variables.product.prodname_oauth_apps %} are :
20+
21+
* Gist
22+
* Git Credential Manager
23+
* {% data variables.product.prodname_android %}
24+
* {% data variables.product.prodname_cli %}
25+
* {% data variables.product.prodname_github_codespaces %} for JetBrains
26+
* {% data variables.product.prodname_desktop %}
27+
* {% data variables.product.prodname_education %}
28+
* github-importer-production <!-- markdownlint-disable-line GHD034 -->
29+
* {% data variables.product.prodname_ios %}
30+
* {% data variables.product.company_short %} Support
31+
* JetBrains IDE Integration
32+
* {% data variables.product.prodname_vs %}
33+
* {% data variables.product.prodname_vscode %}

content/apps/oauth-apps/using-oauth-apps/reviewing-your-authorized-oauth-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ shortTitle: Review OAuth apps
2727
{% ifversion fpt or ghec %}
2828
* [AUTOTITLE](/get-started/exploring-integrations/about-integrations){% endif %}
2929
* [AUTOTITLE](/apps/using-github-apps/reviewing-your-authorized-integrations)
30-
* [AUTOTITLE](/apps/oauth-apps/using-oauth-apps/internal-oauth-apps)
30+
* [AUTOTITLE](/apps/oauth-apps/using-oauth-apps/privileged-oauth-apps)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ children:
2222
- /reviewing-and-revoking-authorization-of-github-apps
2323
- /reviewing-and-modifying-installed-github-apps
2424
- /saml-and-github-apps
25-
- /internal-github-apps
25+
- /privileged-github-apps
2626
---

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

Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Privileged GitHub Apps
3+
intro: 'Some {% data variables.product.prodname_github_apps %} are privileged apps, owned by {% data variables.product.company_short %}, that are granted special capabilities.'
4+
versions:
5+
fpt: '*'
6+
ghes: '*'
7+
ghec: '*'
8+
shortTitle: Privileged apps
9+
redirect_from:
10+
- /apps/using-github-apps/internal-github-apps
11+
---
12+
13+
Some {% data variables.product.prodname_github_apps %} are privileged apps. These apps are owned by {% data variables.product.company_short %} and are granted special capabilities. For example, users can authorize these apps and use them to access data from an organization without requiring approval by the organization.
14+
15+
Some of these privileged 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_github_apps %} or in your list of installed {% data variables.product.prodname_github_apps %}.{% ifversion ghec %}{% data variables.product.prodname_emus %} are allowed to install these privileged apps on their user account, while standard, unprivileged apps cannot be installed on {% data variables.product.prodname_emus %} user accounts.{% endif %}
16+
17+
These privileged apps will appear in the user security log, but will not appear in organization{% ifversion ghes or ghec %} or enterprise{% endif %} audit logs. {% ifversion ghes 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 %}
18+
19+
These {% data variables.product.prodname_github_apps %} are:
20+
21+
* Actions
22+
* {% data variables.product.prodname_dependabot %}
23+
* Git Src Migrator
24+
* {% data variables.product.prodname_GHAS %}
25+
* {% data variables.product.prodname_classroom %}
26+
* {% data variables.product.prodname_github_codespaces %}
27+
* {% data variables.product.prodname_copilot %} Plugin
28+
* {% data variables.product.github %} Merge Queue
29+
* {% data variables.product.prodname_pages %}
30+
* {% data variables.product.github %} Project Automation
31+
* {% data variables.product.github %} Team Synchronization
32+
* Microsoft Teams for {% data variables.product.github %}
33+
* OpenGraph (`custom-og-image`)
34+
* Slack

content/apps/using-github-apps/reviewing-and-modifying-installed-github-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ In addition to reviewing {% data variables.product.prodname_github_apps %} that
7474
## Further reading
7575

7676
* [AUTOTITLE](/apps/using-github-apps/reviewing-and-revoking-authorization-of-github-apps)
77-
* [AUTOTITLE](/apps/using-github-apps/internal-github-apps)
77+
* [AUTOTITLE](/apps/using-github-apps/privileged-github-apps)

content/apps/using-github-apps/reviewing-and-revoking-authorization-of-github-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ The authorization can only be revoked by the person who authorized the {% data v
3838

3939
* [AUTOTITLE](/apps/using-github-apps/reviewing-and-modifying-installed-github-apps)
4040
* [AUTOTITLE](/apps/oauth-apps/using-oauth-apps/reviewing-your-authorized-applications-oauth)
41-
* [AUTOTITLE](/apps/using-github-apps/internal-github-apps)
41+
* [AUTOTITLE](/apps/using-github-apps/privileged-github-apps)

0 commit comments

Comments
 (0)