1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Move OAuth installation content into OAuth docs (#36765)

Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com>
This commit is contained in:
Sarah Edwards
2023-05-04 10:00:38 -07:00
committed by GitHub
parent 34dd90299b
commit f4e898504c
6 changed files with 86 additions and 30 deletions

View File

@@ -13,8 +13,8 @@ versions:
shortTitle: 'Using {% data variables.product.prodname_github_apps %}'
children:
- /about-using-github-apps
- /installing-an-app-in-your-personal-account
- /installing-an-app-in-your-organization
- /installing-a-github-app-in-your-personal-account
- /installing-a-github-app-in-your-organization
- /authorizing-github-apps
- /reviewing-and-revoking-authorization-of-github-apps
- /approving-updated-permissions-for-a-github-app

View File

@@ -1,11 +1,12 @@
---
title: Installing an app in your organization
title: Installing a GitHub App in your organization
intro: 'You can install apps from {% data variables.product.prodname_marketplace %} to use in your organization.'
redirect_from:
- /articles/installing-an-app-in-your-organization
- /github/customizing-your-github-workflow/installing-an-app-in-your-organization
- /github/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization
- /get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-organization
- /apps/using-github-apps/installing-an-app-in-your-organization
versions:
fpt: '*'
ghec: '*'
@@ -19,6 +20,8 @@ If you choose a paid plan, you'll pay for your app subscription on your organiza
{% data reusables.marketplace.free-trials %}
For more information about installing an {% data variables.product.prodname_oauth_app %}, see "[AUTOTITLE](/apps/oauth-apps/using-oauth-apps/installing-an-oauth-app-in-your-organization)."
## Installing a {% data variables.product.prodname_github_app %} in your organization
{% data reusables.marketplace.visit-marketplace %}
@@ -32,19 +35,6 @@ If you choose a paid plan, you'll pay for your app subscription on your organiza
{% data reusables.marketplace.select-installation-repos %}
{% data reusables.marketplace.review-app-perms-install %}
## Installing an {% data variables.product.prodname_oauth_app %} in your organization
{% data reusables.saml.saml-session-oauth %}
{% data reusables.marketplace.visit-marketplace %}
{% data reusables.marketplace.browse-to-app %}
{% data reusables.marketplace.choose-plan %}
{% data reusables.marketplace.install-buy %}
{% data reusables.marketplace.confirm-install-account-org %}
{% data reusables.marketplace.add-payment-method-org %}
{% data reusables.marketplace.complete-order-begin-installation %}
8. Review the information about the app's access to your personal account, organizations, and data, then click **Authorize application**.
## Further reading
- "[AUTOTITLE](/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method)"

View File

@@ -1,11 +1,12 @@
---
title: Installing an app in your personal account
title: Installing a GitHub App in your personal account
intro: 'You can install apps from {% data variables.product.prodname_marketplace %} to use in your personal account.'
redirect_from:
- /articles/installing-an-app-in-your-personal-account
- /github/customizing-your-github-workflow/installing-an-app-in-your-personal-account
- /github/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account
- /get-started/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace/installing-an-app-in-your-personal-account
- /apps/using-github-apps/installing-an-app-in-your-personal-account
versions:
fpt: '*'
ghec: '*'
@@ -17,6 +18,8 @@ If you choose a paid plan, you'll pay for your app subscription on your personal
{% data reusables.marketplace.free-trials %}
For more information about installing an {% data variables.product.prodname_oauth_app %}, see "[AUTOTITLE](/apps/oauth-apps/using-oauth-apps/installing-an-oauth-app-in-your-personal-account)."
## Installing a {% data variables.product.prodname_github_app %} in your personal account
{% data reusables.marketplace.visit-marketplace %}
@@ -30,19 +33,6 @@ If you choose a paid plan, you'll pay for your app subscription on your personal
{% data reusables.marketplace.select-installation-repos %}
{% data reusables.marketplace.review-app-perms-install %}
## Installing an {% data variables.product.prodname_oauth_app %} in your personal account
{% data reusables.saml.saml-session-oauth %}
{% data reusables.marketplace.visit-marketplace %}
{% data reusables.marketplace.browse-to-app %}
{% data reusables.marketplace.choose-plan %}
{% data reusables.marketplace.install-buy %}
{% data reusables.marketplace.confirm-install-account-personal %}
{% data reusables.marketplace.add-payment-method-personal %}
{% data reusables.marketplace.complete-order-begin-installation %}
8. Review the information about the app's access to your personal account and data, then click **Authorize application**.
## Further reading
- "[AUTOTITLE](/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method)"