Minor edits to remove OAuth mentions (#37246)
This commit is contained in:
@@ -186,13 +186,7 @@ end
|
|||||||
|
|
||||||
Try opening a new issue in your test repository and see what happens! If nothing happens right away, try refreshing.
|
Try opening a new issue in your test repository and see what happens! If nothing happens right away, try refreshing.
|
||||||
|
|
||||||
You won't see much in the Terminal, _but_ you should see that a bot user has added a label to the issue.
|
You won't see much in the Terminal, _but_ you should see that the {% data variables.product.prodname_github_app %} has added a label to the issue.
|
||||||
|
|
||||||
{% note %}
|
|
||||||
|
|
||||||
**Note:** When GitHub Apps take actions via the API, such as adding labels, GitHub shows these actions as being performed by _bot_ accounts. For more information, see "[AUTOTITLE](/apps/creating-github-apps/setting-up-a-github-app/differences-between-github-apps-and-oauth-apps#machine-vs-bot-accounts)."
|
|
||||||
|
|
||||||
{% endnote %}
|
|
||||||
|
|
||||||
If so, congrats! You've successfully built a working app! 🎉
|
If so, congrats! You've successfully built a working app! 🎉
|
||||||
|
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ You can prompt users to authorize your {% data variables.product.prodname_github
|
|||||||
|
|
||||||
## Enabling or disabling the device flow
|
## Enabling or disabling the device flow
|
||||||
|
|
||||||
You can use the device flow to authorize users for a headless app like a CLI tool or Git credential manager. For more information about using the device flow with {% data variables.product.prodname_github_apps %} and {% data variables.product.prodname_oauth_apps %}, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app#using-the-device-flow-to-generate-a-user-access-token)" and "[AUTOTITLE](/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps#device-flow)."
|
You can use the device flow to authorize users for a headless app like a CLI tool or Git credential manager. For more information about using the device flow with {% data variables.product.prodname_github_apps %}, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app#using-the-device-flow-to-generate-a-user-access-token)."
|
||||||
|
|
||||||
{% data reusables.apps.navigate-to-app-settings-this-article %}
|
{% data reusables.apps.navigate-to-app-settings-this-article %}
|
||||||
1. Under "Identifying and authorizing users," select or deselect **Enable Device Flow**.
|
1. Under "Identifying and authorizing users," select or deselect **Enable Device Flow**.
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ children:
|
|||||||
- /installing-an-oauth-app-in-your-personal-account
|
- /installing-an-oauth-app-in-your-personal-account
|
||||||
- /installing-an-oauth-app-in-your-organization
|
- /installing-an-oauth-app-in-your-organization
|
||||||
- /authorizing-oauth-apps
|
- /authorizing-oauth-apps
|
||||||
- /reviewing-your-authorized-applications-oauth
|
- /reviewing-your-authorized-oauth-applications
|
||||||
- /connecting-with-third-party-applications
|
- /connecting-with-third-party-applications
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,12 @@
|
|||||||
---
|
---
|
||||||
title: Reviewing your authorized applications (OAuth)
|
title: Reviewing your authorized OAuth applications
|
||||||
intro: 'You should review your authorized applications to verify that no new applications with expansive permissions are authorized, such as those that have access to your private repositories.'
|
intro: 'You should review your authorized applications to verify that no new applications with expansive permissions are authorized, such as those that have access to your private repositories.'
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /articles/reviewing-your-authorized-applications-oauth
|
- /articles/reviewing-your-authorized-applications-oauth
|
||||||
- /github/authenticating-to-github/reviewing-your-authorized-applications-oauth
|
- /github/authenticating-to-github/reviewing-your-authorized-applications-oauth
|
||||||
- /github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth
|
- /github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth
|
||||||
- /authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth
|
- /authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-applications-oauth
|
||||||
|
- /apps/oauth-apps/using-oauth-apps/reviewing-your-authorized-applications-oauth
|
||||||
versions:
|
versions:
|
||||||
fpt: '*'
|
fpt: '*'
|
||||||
ghes: '*'
|
ghes: '*'
|
||||||
Reference in New Issue
Block a user