diff --git a/assets/images/help/platform/oauth_access_types.png b/assets/images/help/platform/oauth_access_types.png deleted file mode 100644 index 850029d7b6..0000000000 Binary files a/assets/images/help/platform/oauth_access_types.png and /dev/null differ diff --git a/assets/images/help/platform/oauth_app_info.png b/assets/images/help/platform/oauth_app_info.png deleted file mode 100644 index 0a029c50e7..0000000000 Binary files a/assets/images/help/platform/oauth_app_info.png and /dev/null differ diff --git a/assets/images/help/platform/oauth_existing_access_pane.png b/assets/images/help/platform/oauth_existing_access_pane.png deleted file mode 100644 index baeef93055..0000000000 Binary files a/assets/images/help/platform/oauth_existing_access_pane.png and /dev/null differ diff --git a/assets/images/help/platform/oauth_owner_bar.png b/assets/images/help/platform/oauth_owner_bar.png deleted file mode 100644 index 3d8ca88b44..0000000000 Binary files a/assets/images/help/platform/oauth_owner_bar.png and /dev/null differ diff --git a/content/apps/using-github-apps/connecting-with-third-party-applications.md b/content/apps/using-github-apps/connecting-with-third-party-applications.md index 4b9520fe5b..bf64047cbd 100644 --- a/content/apps/using-github-apps/connecting-with-third-party-applications.md +++ b/content/apps/using-github-apps/connecting-with-third-party-applications.md @@ -20,13 +20,9 @@ When a third-party application wants to identify you by your {% data variables.p ## Contacting the application developer -Because an application is developed by a third-party who isn't {% data variables.product.product_name %}, we don't know exactly how an application uses the data it's requesting access to. You can use the developer information at the top of the page to contact the application admin if you have questions or concerns about their application. +Because an application is developed by a third-party who isn't {% data variables.product.product_name %}, we don't know exactly how an application uses the data it's requesting access to. If you have questions or concerns about an application, you should contact the application developer. To find contact information for an application, you can click the account name of the developer at the top of of the app's authorization page. -![{% data variables.product.prodname_oauth_app %} owner information](/assets/images/help/platform/oauth_owner_bar.png) - -If the developer has chosen to supply it, the right-hand side of the page provides a detailed description of the application, as well as its associated website. - -![OAuth application information and website](/assets/images/help/platform/oauth_app_info.png) +If the developer has chosen to supply further information, the right-hand side of the authorization page may also provide a detailed description of the application, as well as its associated website. ## Types of application access and data @@ -47,18 +43,16 @@ When you want to use a third-party application that integrates with {% data vari {% endtip %} -### Types of requested data - -There are several types of data that applications can request. - -![OAuth access details](/assets/images/help/platform/oauth_access_types.png) - {% tip %} **Tip:** {% data reusables.user-settings.review_oauth_tokens_tip %} {% endtip %} +### Types of requested data + +There are several types of data that applications can request. + | Type of data | Description | | --- | --- | | Commit status | You can grant access for a third-party application to report your commit status. Commit status access allows applications to determine if a build is a successful against a specific commit. Applications won't have access to your code, but they can read and write status information against a specific commit. | @@ -73,6 +67,4 @@ There are several types of data that applications can request. ## Requesting updated permissions -Applications can request new access privileges. When asking for updated permissions, the application will notify you of the differences. - -![Changing third-party application access](/assets/images/help/platform/oauth_existing_access_pane.png) +Applications can request new access privileges. When asking for updated permissions, the application will notify you of the differences between the new permissions and the permissions you previously granted to the app.