Skip to content

Commit

Permalink
Even more apps renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
bszwarc committed Nov 27, 2024
1 parent 26fa8b8 commit 7f697ee
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 46 deletions.
4 changes: 1 addition & 3 deletions content/guides/applications/app-types/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ alias_paths:
The following is an overview of the different Box Application types you can
create.

<ImageFrame border center>
![Application Types](./images/select-app-type.png)
</ImageFrame>
![Application Types](./images/select-app-type.png)

| Application Type | Authentication Methods |
| ----------------------------- | ------------------------------------------------------------------- |
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
37 changes: 7 additions & 30 deletions content/guides/applications/integrations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,40 +44,17 @@ Your application must meet the following requirements:
* The application leverages OAuth 2.0 authentication, as the Integrations does not support any other authentication methods.
* You are a developer with access to the application in the [Developer Console][devconsole].

### 1. Log in to the Developer Console
### Steps

Navigate to the [Developer Console][devconsole] and select your application to
submit to the Integrations.
1. Navigate to the [Developer Console][devconsole] and select your application to submit.
2. Select the **Publishing** tab from the top menu.

### 2. Fill in the form
![Integrations panel](./images/publishing-app.png)

Select the **Integrations** tab from the top menu.

<ImageFrame center border shadow>
![Integrations panel](./images/app-center.png)
</ImageFrame>

Click the button to "Submit My App".

<ImageFrame center border shadow width='400'>
![Submit My App button](./images/submit-app.png)
</ImageFrame>

Then, fill in the form with your application's categories, a short and a long
3. Fill in the form with your application's categories, a short and a long
description, screenshots and an app icon.

### 3. Preview the listing

Select the "Preview" button to see a preview of your application listing.

<ImageFrame center border shadow>
![Preview and Submit](./images/submit-and-approve.png)
</ImageFrame>

### 4. Submit for approval

Finally, submit the application for approval by clicking the "Submit for
Approval" button.
4. Click **Preview** to see a preview of your application listing.
5. Finally, submit the application for approval by clicking the **Submit for Approval** button.

<Message>
# Approval completion
Expand Down
2 changes: 0 additions & 2 deletions content/guides/applications/web-app-integrations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ 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 Web Integrations][recommended-web-integrations], which show up in Box Preview.

<ImageFrame border shadow width='600' center>
![Integration example](./images/recommended-apps-preview.png)
</ImageFrame>

By enabling a Web App Integration, an application can be added to Recommended
Apps, allowing users to use their files in the application. Integrations can be
Expand Down
2 changes: 1 addition & 1 deletion content/guides/authorization/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ scenarios.
| ------------------------------------------------ | ----------------------------------------------------------------------------------- | --------------------------------------- |
|[OAuth 2.0][standauth] | Enable in **Integrations** > **Platform Apps Manager** > **User Authentication Apps** > Select Platform App > Use **More** menu to enable the app. | Ready for use |
|[Server Authentication (with JWT)][jwt] | Authorize and enable in **Integrations** > **Platform Apps Manager** > **Server Authentication Apps** Select Platform App > Use **More** menu to authorize the app. | Authorize in **Integrations** > **Platform Apps Manager** > **Server Authentication Apps** > Select Platform App > Use **More** menu to authorize the app. |
|[Server Authentication (client credentials)][cc] | Authorize and enable in **Apps** > **Platform Apps Manager** > **Server Authentication Apps** > Select Platform App > Use **More** menu to authorize the app.| Authorize in **Integrations** > **Platform Apps Manager** > **Server Authentication Apps** > Select Platform App > Use **More** menu to enable the app. |
|[Server Authentication (client credentials)][cc] | Authorize and enable in **Integrations** > **Platform Apps Manager** > **Server Authentication Apps** > Select Platform App > Use **More** menu to authorize the app.| Authorize in **Integrations** > **Platform Apps Manager** > **Server Authentication Apps** > Select Platform App > Use **More** menu to enable the app. |
|[App Token Authentication][apptoken] | Authorize and enable in **Integrations** > **Platform Apps Manager** > **Server Authentication Apps** > **Server Authentication Apps** > Select Platform App > Use **More** menu to enable the app. | Ready for use |

**Require manual Admin authorization for Limited Access Apps**:
Expand Down
17 changes: 7 additions & 10 deletions content/guides/mobile/ios/quick-start/3-configure-box-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ hide_in_page_nav: true

# Configure a Box Platform App

To start making authenticated API calls to the Box API with the **Box iOS
SDK**, an **Access Token** will be needed. The simplest way to generate a valid
token is to generate a new **Box Platform App** and manually generate a short lived
developer token.
To start making authenticated API calls to the Box API with the **Box iOS SDK**, an **Access Token** will be needed. The simplest way to generate a valid
token is to generate a new **Box Platform App** and manually generate a short lived developer token.

The developer token is generated through the developer console UI and will be
valid for one hour before having to be manually refreshed.
Expand Down Expand Up @@ -37,14 +35,13 @@ valid for one hour before having to be manually refreshed.
To create a new Box application that may be used to generate a developer
token, use the following steps.

1. Go to the [Developer Console][devconsole].
1. Go to the [Developer Console][devconsole] > **My Platform Apps**.
2. Select **Create Platform App**.
3. Select **Custom App** as the type of application to create, and click **Next**.
4. Select **OAuth 2.0 with JWT** as the authentication method, and click **Next**.
5. Give your Box app a unique name and click **Create Platform App**.
6. Go to the app's configuration by clicking **View Your Platform App**.
7. Optionally, scroll to the **Required Access Scopes** section of the same screen and select any additional permissions you want to enable for this application.
8. At the top of the page click the button to **Save Changes**.
4. Enter the **App Name**, an optional **Description** and **Purpose** of the App. Confirm with **Next**.
5. Select **User Authentication (OAuth 2.0)** as the authentication method, and click **Create App**
8. Optionally, scroll to the **Application Scopes** section of the same screen and select any additional permissions you want to enable for this application.
9. At the top of the page click the button to **Save Changes**.
</Choice>

<Choice option='ios.app_type' value='use_own' color='blue'>
Expand Down

0 comments on commit 7f697ee

Please sign in to comment.