---
title: Mobile and Third-Party Access
description: >-
  Manage and monitor OAuth applications in your organization, including
  permissions, Application Scope Management, user access, and application status
  controls.
breadcrumbs: Docs > Account Management > Mobile and Third-Party Access
---

> For the complete documentation index, see [llms.txt](https://docs.datadoghq.com/llms.txt).

# Mobile and Third-Party Access

## Overview{% #overview %}

Use the Mobile and Third-Party Access page under [Organization Settings](https://app.datadoghq.com/organization-settings/) to manage and gain visibility into your organization's OAuth applications, such as the scopes and permissions granted to an application and the users that have authorized access for it.

{% image
   source="https://docs.dd-static.net/images/account_management/mobile_third_party_access/org-management-page.d97e0a6fb48c8444a8358c2e98d04f00.png?auto=format&fit=max&w=850 1x, https://docs.dd-static.net/images/account_management/mobile_third_party_access/org-management-page.d97e0a6fb48c8444a8358c2e98d04f00.png?auto=format&fit=max&w=850&dpr=2 2x"
   alt="Mobile and Third-Party Access management page in Datadog" /%}

## Setup{% #setup %}

### Permissions{% #permissions %}

By default, users with the [Datadog Admin role](https://docs.datadoghq.com/account_management/rbac/permissions.md#general-permissions) can access the Mobile and Third-Party Access page. If your organization has [custom roles](https://docs.datadoghq.com/account_management/rbac.md?tab=datadogapplication#custom-role) defined, add your user to any custom role with the `org_authorized_apps_read` and `org_authorized_apps_write` permissions.

Only users with the Datadog Admin role or the `org_authorized_apps_read` and `org_authorized_apps_write` permissions can manage OAuth applications on this page, such as disabling applications or revoking OAuth access for a user.

### Enable{% #enable %}

Enabled OAuth applications allow users with necessary permissions to authorize access on their behalf. OAuth applications include the Datadog Mobile App.

### Disable{% #disable %}

Disabling OAuth access for an application revokes access to this application for all users in your organization. While the application remains installed, users are no longer able to use the application and are prompted with an error if they attempt to authorize it.

To disable an application from the Mobile and Third-Party Access page:

1. Hover over your application in the apps table to reveal the Disable button on the right side of the row.

   {% image
      source="https://docs.dd-static.net/images/account_management/mobile_third_party_access/disable-app-table.7604c06f10e374134a61e6cbedc68bea.png?auto=format&fit=max&w=850 1x, https://docs.dd-static.net/images/account_management/mobile_third_party_access/disable-app-table.7604c06f10e374134a61e6cbedc68bea.png?auto=format&fit=max&w=850&dpr=2 2x"
      alt="Apps table showing the Disable button on hover" /%}



1. Click on your application to open the detailed view of the application and click the Disable Application button.

   {% image
      source="https://docs.dd-static.net/images/account_management/mobile_third_party_access/app-detail-scopes.5b2fa64ab35efc6a4b768a49cd98e70a.png?auto=format&fit=max&w=850 1x, https://docs.dd-static.net/images/account_management/mobile_third_party_access/app-detail-scopes.5b2fa64ab35efc6a4b768a49cd98e70a.png?auto=format&fit=max&w=850&dpr=2 2x"
      alt="Application detail view showing scopes and Disable Application button" /%}

**Note**: When re-enabled, users that previously authorized the application are required to re-authorize the application to regain access.

### Revoke access{% #revoke-access %}

Revoking a user's OAuth access to an application removes all access to that application. If the user has the required permissions to authorize the application, they can regain access by re-authorizing it.

{% image
   source="https://docs.dd-static.net/images/account_management/mobile_third_party_access/revoke-user.5677aa46de3fd57f61c21a2cd8cf7776.png?auto=format&fit=max&w=850 1x, https://docs.dd-static.net/images/account_management/mobile_third_party_access/revoke-user.5677aa46de3fd57f61c21a2cd8cf7776.png?auto=format&fit=max&w=850&dpr=2 2x"
   alt="Application detail view showing the Users tab with the option to revoke a user's access" /%}

### Application Scope Management{% #application-scope-management %}

Enable Application Scope Management to modify the allowed scopes for an application.

Adding or removing a scope affects access to the application for all users in your organization. Disabling a scope revokes existing authorizations that include that scope. Affected users must re-authorize the application to regain access with the remaining allowed scopes. Enabling a scope does not add it to existing authorizations. Users must re-authorize the application to grant the newly allowed scope.

Use Automatically allow new scopes to choose how Datadog handles scopes that the application starts requesting after you save the configuration:

- When selected, Datadog allows newly requested scopes automatically. Scopes that you explicitly disable remain blocked.
- When cleared, Datadog blocks newly requested scopes until an administrator allows them.

For the Datadog Mobile App, required scopes are always allowed and cannot be disabled.

1. On the Mobile and Third-Party Access page, click an application to open its detail view.

1. Select the Scopes tab and use the Allowed checkbox for each scope to control whether to grant the application that scope.

1. Select or clear Automatically allow new scopes to choose whether Datadog automatically allows new scopes that the application requests after you save.

1. Click Enable or Save to save the scope configuration.

{% image
   source="https://docs.dd-static.net/images/account_management/mobile_third_party_access/scope-restrictions-enable-2.d8a54c50c2a8df9121e830aa86301765.png?auto=format&fit=max&w=850 1x, https://docs.dd-static.net/images/account_management/mobile_third_party_access/scope-restrictions-enable-2.d8a54c50c2a8df9121e830aa86301765.png?auto=format&fit=max&w=850&dpr=2 2x"
   alt="Application Scope Management view showing Automatically allow new scopes and allowed scope controls" /%}

## Further Reading{% #further-reading %}

Additional helpful documentation, links, and articles:

- [Learn more about organization settings](https://docs.datadoghq.com/account_management/org_settings.md)
- [Datadog Role Permissions](https://docs.datadoghq.com/account_management/rbac/permissions.md)
