Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/guides/applications/web-app-integrations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<ImageFrame border shadow width='600' center>
![Integration example](./images/recommended-apps-preview.png)
Expand All @@ -39,5 +39,5 @@ restricted to certain content types and file extensions.
[oauth2]: g://authentication/oauth2
<!-- i18n-enable localize-links -->
[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
<!-- i18n-disable localize-links -->
2 changes: 1 addition & 1 deletion content/guides/authorization/custom-app-approval.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ copy it using the `copy` button.
#### Server Authentication Apps

<ImageFrame border center>
![Server Apps tab](images/jwt_app_approval_flow.png)
![Server tab](images/jwt_app_approval_flow.png)
</ImageFrame>

#### User Authentication Apps
Expand Down
10 changes: 5 additions & 5 deletions content/guides/authorization/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ 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:

**Admin Console** > **Apps** > **Platform Apps** > click the ⚙ icon

<Message tip>
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.
</Message>

## Required actions
Expand All @@ -51,7 +51,7 @@ To see what steps an Admin must complete for a given app, review the following
scenarios.

<!--alex ignore-->
**Disable published apps by default**:
**Disable Integrations by default**:

| Authentication Method | Enabled | Disabled
| ------------------------------------------------ | ------------------------------------------- | -------------- |
Expand All @@ -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
| ------------------------------------------------ | ----------------------------------------------------------------------------------- | --------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ The `additional_details` payload will provide the following details:
`SHIELD_EXTERNAL_COLLAB_INVITE_JUSTIFIED` event.
</Message>

## 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
Expand Down
4 changes: 2 additions & 2 deletions content/guides/getting-started/first-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Message type='notice'>
Expand Down Expand Up @@ -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/
Expand Down
4 changes: 2 additions & 2 deletions content/guides/getting-started/publish-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Message type='warning'>
Expand Down Expand Up @@ -45,4 +45,4 @@ and publish it in the Integrations.
In case of any questions or issues, contact the Partners team:
[email protected]

[app-center]: https://cloud.app.box.com/app-center
[integrations]: https://cloud.app.box.com/integrations
Binary file not shown.
2 changes: 1 addition & 1 deletion content/guides/security/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<ImageFrame center shadow border>
![Global App Settings](images/global_apps_settings.png)
![Global Integration Settings](images/global_integration_settings.png)
</ImageFrame>

Custom applications fall into two categories: published and unpublished.
Expand Down
2 changes: 1 addition & 1 deletion content/guides/tooling/salesforce-toolkit/flow-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down
2 changes: 1 addition & 1 deletion content/pages/platform/application-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down