Contact Us 1-800-596-4880

Configuring Connected Apps

The Connected Apps feature enables you to integrate external applications with Anypoint Platform by providing access to those applications without sharing your user credentials.

For information about Connected Apps, see Connected Apps and Connected Apps for Developers.

Configure a Connected App in Access Management

To create a Connected App with object store scopes:

  1. Log in to Anypoint Platform and select Access Management.

  2. In the Access Management navigation menu, click Connected Apps.

  3. Click Create App.

    1. Specify a name for the app.

    2. Select App acts on its own behalf (client credentials).

    3. Click Add Scopes.

    4. Select the object store scopes to apply:

      Scopes for Object Store connected apps
    5. Click Next and select the business groups and environments to apply the scopes to.

    6. Click Review.

    7. Click Add scopes or Cancel to cancel your changes.

  4. Click Save or Cancel to cancel your changes.

  5. From the Connected Apps page, click Copy Id and Copy Secret for the app you just created.

    Use this client ID and client secret to get the access token required to authenticate with the Object Store v2 API.

    For information on getting the access token for Connected Apps, see OIDC Endpoints and Tokens.

Configure a Connected App Using the API

For information on configuring a Connected App with the API, see How to create connected apps using the API.

Object Store Scopes

Object store scopes apply to all stores in the given organization and environment. Unless otherwise noted, these scopes apply to both object stores and Object Store v2 object stores.

Scope in UI Scope in API Description

Manage stores

manage:store

Create, read, update, and delete stores.

Manage stores data

manage:store_data

Perform all store operations including data, partition, and confirmation APIs.

View stores

read:store

Read store details.

Manage store clients (object store only)

N/A

Manage all clients of a cloud store.

This scope doesn’t apply to Object Store v2.

View store clients (object store only)

N/A

View all clients of a cloud store.

This scope doesn’t apply to Object Store v2.

Store Metrics Viewer

read:store_metrics

Retrieve Object Store v2 metrics using the Object Store v2 Stats API.