> ## Documentation Index
> Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Adobe

## Overview

<CardGroup cols={3}>
  <Card title="Pre-built tooling" icon="screwdriver-wrench" href="#pre-built-tooling" />

  <Card title="Pre-built integrations" icon="square-check" href="#pre-built-integrations" />

  <Card title="Access requirements" icon="triangle-exclamation" href="#access-requirements" />

  <Card title="Setup guide" icon="rocket" href="#setup-guide" />

  <Card title="Useful links" icon="circle-info" href="#useful-links" />

  <Card title="API gotchas" icon="biohazard" href="#api-gotchas" />
</CardGroup>

## Pre-built tooling

<AccordionGroup>
  <Accordion title="✅ Authorization">
    | Tools                           | Status |
    | ------------------------------- | ------ |
    | Pre-built authorization (OAuth) | ✅      |
    | Credentials auto-refresh        | ✅      |
    | Auth parameters validation      | ✅      |
    | Pre-built authorization UI      | ✅      |
    | Custom authorization UI         | ✅      |
    | Expired credentials detection   | ✅      |
  </Accordion>

  <Accordion title="✅ Read & write data">
    | Tools                                     | Status                         |
    | ----------------------------------------- | ------------------------------ |
    | Pre-built integrations                    | 🚫 (time to contribute: \<48h) |
    | API unification                           | ✅                              |
    | 2-way sync                                | ✅                              |
    | Webhooks from Nango on data modifications | ✅                              |
    | Real-time webhooks from 3rd-party API     | 🚫 (time to contribute: \<48h) |
    | Proxy requests                            | ✅                              |
  </Accordion>

  <Accordion title="✅ Observability & data quality">
    | Tools                   | Status |
    | ----------------------- | ------ |
    | HTTP request logging    | ✅      |
    | End-to-end type safety  | ✅      |
    | Data runtime validation | ✅      |
    | OpenTelemetry export    | ✅      |
    | Slack alerts on errors  | ✅      |
    | Integration status API  | ✅      |
  </Accordion>

  <Accordion title="✅ Customization">
    | Tools                              | Status                         |
    | ---------------------------------- | ------------------------------ |
    | Create or customize use-cases      | ✅                              |
    | Pre-configured pagination          | 🚫 (time to contribute: \<48h) |
    | Pre-configured rate-limit handling | 🚫 (time to contribute: \<48h) |
    | Per-customer configurations        | ✅                              |
  </Accordion>
</AccordionGroup>

*No pre-built syncs or actions available yet.*

<Tip>Not seeing the integration you need? [Build your own](/guides/functions/functions-guide) independently.</Tip>

## Access requirements

| Pre-Requisites    | Status | Comment |
| ----------------- | ------ | ------- |
| Paid dev account  | ❓      |         |
| Paid test account | ❓      |         |
| Partnership       | ❓      |         |
| App review        | ❓      |         |
| Security audit    | ❓      |         |

## Setup guide

*No setup guide yet.*

<Tip>Need help getting started? Get help in the [community](https://nango.dev/slack).</Tip>

<Note>Contribute improvements to the setup guide by [editing this page](https://github.com/nangohq/nango/tree/master/docs/integrations/all/adobe.mdx)</Note>

## Useful links

* [How to register an Application](https://developer.adobe.com/developer-console/docs/guides/getting-started)
* [OAuth-related docs](https://developer.adobe.com/developer-console/docs/guides/authentication/UserAuthentication/implementation/#oauth-20-scopes)
* [Adding an Adobe service](https://developer.adobe.com/developer-console/docs/guides/custom-integrations/service/services-add-api-oauth-user-authentication/)
* [List of OAuth scopes](https://developer.adobe.com/developer-console/docs/guides/authentication/UserAuthentication/implementation/#oauth-20-scopes)
* [UMAPI authentication](https://adobe-apiplatform.github.io/umapi-documentation/en/UM_Authentication.html)
* [UMAPI API docs](https://adobe-apiplatform.github.io/umapi-documentation/en/RefOverview.html)

<Note>Contribute useful links by [editing this page](https://github.com/nangohq/nango/tree/master/docs/integrations/all/adobe.mdx)</Note>

## API gotchas

* If the service you are trying to integrate allows `offline_access`, then you will be able to get refresh token if you add this in the scopes.
* Depending on the selected API, some platforms may not be available to be used with that API. Select the platform that best suits your application use case if more than one platform is available.
* When creating an API make, it is important to web app as the type of application you are integrating too. (Not all apps support OAuth 2.0.)
* To refresh the token, simply use `nango.getConnection()` to generate a new set of tokens.
* Adobe provides [UMAPI](https://developer.adobe.com/UMAPI/) Adobe user management API, which gives you programmatic access to users, groups, and entitlements for Adobe products and services.
* UMAPI is only available to the [enterprise plan](https://community.adobe.com/t5/enterprise-teams-discussions/is-the-user-management-api-available-only-for-enterprise-customers/td-p/12159610)
* UMAPI enforces API rate limiting, please refer to the Throttling section of each API to determine its limitations. e.g, [Throttling](https://adobe-apiplatform.github.io/umapi-documentation/en/api/getUsersREST.html#getUsersRESTThrottle) for the Get All Users in Organization API.

<Note>Contribute API gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs/integrations/all/adobe.mdx)</Note>

<Card title="Connect to UMAPI (Adobe User Management API)" icon="link" href="/integrations/all/adobe-umapi/connect" horizontal>
  Guide to connect to UMAPI (Adobe User Management API) using Connect UI
</Card>
