diff --git a/content/guides/applications/web-app-integrations/index.md b/content/guides/applications/web-app-integrations/index.md index adc3a72de..f2cb4a0b7 100644 --- a/content/guides/applications/web-app-integrations/index.md +++ b/content/guides/applications/web-app-integrations/index.md @@ -20,7 +20,7 @@ when editing or sharing files. Using a Web App Integration, a user can modify, share, or edit content stored in Box using a third-party application. It can also offer new features to Box users -through [Recommended Apps][recommended-apps], which show up in Box Preview. +through [Recommended Web Integrations][recommended-web-integrations], which show up in Box Preview. ![Integration example](./images/recommended-apps-preview.png) @@ -39,5 +39,5 @@ restricted to certain content types and file extensions. [oauth2]: g://authentication/oauth2 [devconsole]: https://app.box.com/developers/console -[recommended-apps]: https://support.box.com/hc/en-us/articles/360044195533-Installing-Recommended-Apps-in-your-Enterprise +[recommended-web-integrations]: https://support.box.com/hc/en-us/articles/360044195533-Installing-Recommended-Apps-in-your-Enterprise diff --git a/content/guides/authorization/custom-app-approval.md b/content/guides/authorization/custom-app-approval.md index 8d3661c1f..ae1316ecb 100644 --- a/content/guides/authorization/custom-app-approval.md +++ b/content/guides/authorization/custom-app-approval.md @@ -88,7 +88,7 @@ copy it using the `copy` button. #### Server Authentication Apps - ![Server Apps tab](images/jwt_app_approval_flow.png) + ![Server tab](images/jwt_app_approval_flow.png) #### User Authentication Apps diff --git a/content/guides/authorization/index.md b/content/guides/authorization/index.md index ebb772408..bc9d88b6e 100644 --- a/content/guides/authorization/index.md +++ b/content/guides/authorization/index.md @@ -33,8 +33,8 @@ Admin authorization based on enabled enterprise settings. Subsequent steps are required if any of the following enterprise settings are enabled: -- Disable published apps by default -- Disable unpublished apps by default +- Disable published Integrations by default +- Disable unpublished Integrations by default - Require manual admin authorization for transactional access apps These [settings][setting] can be found by navigating to: @@ -42,7 +42,7 @@ These [settings][setting] can be found by navigating to: **Admin Console** > **Apps** > **Platform Apps** > click the ⚙ icon - Published apps are any applications that can be found in our Integrations. + Published integrations are any applications that can be found in our App Center. ## Required actions @@ -51,7 +51,7 @@ To see what steps an Admin must complete for a given app, review the following scenarios. -**Disable published apps by default**: +**Disable Integrations by default**: | Authentication Method | Enabled | Disabled | ------------------------------------------------ | ------------------------------------------- | -------------- | @@ -60,7 +60,7 @@ scenarios. |[Server Authentication (client credentials)][cc] | N/A | N/A | |[App Token Authentication][apptoken] | N/A | N/A | -**Disable unpublished apps by default**: +**Disable unpublished integrations by default**: | Authentication Method | Enabled | Disabled | ------------------------------------------------ | ----------------------------------------------------------------------------------- | --------------------------------------- | diff --git a/content/guides/events/event-triggers/shield-smart-access-events.md b/content/guides/events/event-triggers/shield-smart-access-events.md index 785d528f7..860328edc 100644 --- a/content/guides/events/event-triggers/shield-smart-access-events.md +++ b/content/guides/events/event-triggers/shield-smart-access-events.md @@ -355,7 +355,7 @@ The `additional_details` payload will provide the following details: `SHIELD_EXTERNAL_COLLAB_INVITE_JUSTIFIED` event. -## Application Restriction +## Integration Restriction If a 3rd-party application, including published custom applications with which your organization is integrated, is restricted from downloading a file or a diff --git a/content/guides/getting-started/first-application.md b/content/guides/getting-started/first-application.md index 1373c1902..d60876957 100644 --- a/content/guides/getting-started/first-application.md +++ b/content/guides/getting-started/first-application.md @@ -41,7 +41,7 @@ Begin with the most basic settings. Open the **General Settings** tab and check or fill in below fields: - **App Name** - the name you set up during the app creation, you can change it here if needed; -- **Contact Email** - this is set to the developer of the application by default. Keep in mind that once you publish your app, this email is publicly visible to Box users who view your app in the [Integrations][app-center]. We recommend to change it to a support email address, so that users can reach out to support in case of any issues with the integration; +- **Contact Email** - this is set to the developer of the application by default. Keep in mind that once you publish your app, this email is publicly visible to Box users who view your app in the [Integrations][integrations]. We recommend to change it to a support email address, so that users can reach out to support in case of any issues with the integration; - **Collaborators** - add other developers that can work on this integration, so that they can access the developer interface in case they need to adjust any settings. @@ -86,7 +86,7 @@ You can also use [Box CLI tool][box-cli] if you prefer to use the terminal. [oauth2]: g://authentication/oauth2 [integrations]: g://applications/integrations [add-users]: https://support.box.com/hc/en-us/articles/360043694594-Add-Users -[app-center]: https://cloud.app.box.com/app-center +[integrations]: https://cloud.app.box.com/integrations [dev-token]: g://authentication/tokens/developer-tokens/#create-developer-token [postman-collection]: g://tooling/postman [api-ref]: https://developer.box.com/reference/ diff --git a/content/guides/getting-started/publish-app.md b/content/guides/getting-started/publish-app.md index 90ee3ae59..972fa4a00 100644 --- a/content/guides/getting-started/publish-app.md +++ b/content/guides/getting-started/publish-app.md @@ -5,7 +5,7 @@ rank: 3 # Publish your application When you finish the app configuration and testing, you can publish -it in the [Box Integrations][app-center]. It allows customers to find +it in the [Box Integrations][integrations]. It allows customers to find your application and add it to their Box accounts. @@ -45,4 +45,4 @@ and publish it in the Integrations. In case of any questions or issues, contact the Partners team: integrate@box.com -[app-center]: https://cloud.app.box.com/app-center \ No newline at end of file +[integrations]: https://cloud.app.box.com/integrations \ No newline at end of file diff --git a/content/guides/security/images/global_app_settings.png b/content/guides/security/images/global_app_settings.png deleted file mode 100644 index a3750623c..000000000 Binary files a/content/guides/security/images/global_app_settings.png and /dev/null differ diff --git a/content/guides/security/images/global_apps_settings.png b/content/guides/security/images/global_integration_settings.png similarity index 100% rename from content/guides/security/images/global_apps_settings.png rename to content/guides/security/images/global_integration_settings.png diff --git a/content/guides/security/index.md b/content/guides/security/index.md index 7593e3c91..639252c8f 100644 --- a/content/guides/security/index.md +++ b/content/guides/security/index.md @@ -136,7 +136,7 @@ Service Account and App Users. There are a few enterprise settings to be aware of when it comes to the Box API. -![Global App Settings](images/global_apps_settings.png) +![Global Integration Settings](images/global_integration_settings.png) Custom applications fall into two categories: published and unpublished. diff --git a/content/guides/tooling/salesforce-toolkit/flow-actions.md b/content/guides/tooling/salesforce-toolkit/flow-actions.md index 4f919587c..7c6c9d87a 100644 --- a/content/guides/tooling/salesforce-toolkit/flow-actions.md +++ b/content/guides/tooling/salesforce-toolkit/flow-actions.md @@ -37,7 +37,7 @@ The list below contains all methods that can be invoked in - Delete Collaboration (`deleteCollaboration`) - Delete Metadata Cascade Policy (`deleteMetadataCascadePolicyById`) - Edit Collaboration (`editCollaboration`) -- Enable App Activity (`enableAppActivity`) +- Enable Integration Activity (`enableAppActivity`) - Get Box Metadata by Folder Id (`getBoxMetadataByFolderId`) - Get Folder Associations By Salesforce Record ID (`getFolderAssociationsByRecordId`) - Get Folder ID By Record ID (`getFolderIdByRecordId`) diff --git a/content/pages/platform/application-types.md b/content/pages/platform/application-types.md index 98a8a9ec4..d9890100d 100644 --- a/content/pages/platform/application-types.md +++ b/content/pages/platform/application-types.md @@ -47,7 +47,7 @@ handling authentication. seamlessly with the Box user experience. They enable users to edit, share, or modify content stored in Box using a third-party application. Such integrations can -add new features to Box users and be added to Recommended Apps in Box Preview, +add new features to Box users and be added to Recommended Web Integrations in Box Preview, enhancing the user experience by integrating with various content types and file extensions.