---
title: Enterprise Configuration
description: >-
  Configure the Datadog Mobile App for enterprise deployment with MDM providers
  using AppConfig for organization-specific settings.
breadcrumbs: Docs > Datadog Mobile App > Enterprise Configuration
---

# Enterprise Configuration

The Datadog Mobile App is fully compatible with [AppConfig](https://www.appconfig.org/) and the Mobile Device Management (MDM) providers compatible with AppConfig.

## Supported capabilities{% #supported-capabilities %}

The mobile app supports all default MDM capabilities for [iOS](https://www.appconfig.org/ios.html) and [Android](https://www.appconfig.org/android.html), as well as the following dedicated features:

{% dl %}

{% dt %}
`datadogDefaultLoginOrganizationUUID`
{% /dt %}

{% dd %}
**Type**: String**Default Value**: Null**Description**: Define the organization UUID `dd_oid` passed as a parameter during login.
{% /dd %}

{% dt %}
`datadogDefaultLoginOrganizationPublicID`
{% /dt %}

{% dd %}
**Type**: String**Default Value**: Null**Description**: Define the organization `public_id` (available through the [API endpoint for listing your managed organizations](https://docs.datadoghq.com/api/latest/organizations/#list-your-managed-organizations)) passed as a parameter during login. If `datadogDefaultLoginOrganizationUUID` has been set, it takes precedence over the `public_id`.
{% /dd %}

{% dt %}
`disableSharing`
{% /dt %}

{% dd %}
**Type**: Boolean**Default Value**: False**Description**: Disable content sharing from the app.
{% /dd %}

{% dt %}
`disableHomeScreenWidgets`
{% /dt %}

{% dd %}
**Type**: Boolean**Default Value**: False**Description**: Disable access to homescreen widgets (and instead display "disabled by your organization").
{% /dd %}

{% /dl %}

To learn more about default capabilities, see your Mobile Device Management provider's documentation.

## Use cases{% #use-cases %}

### Organization-specific login options{% #organization-specific-login-options %}

The mobile app lets you set organization information to display a dedicated mobile app login page if your organization has a dedicated subdomain, or dedicated options for your users to authenticate. For example, the mobile app lets you disable Google SSO and email/password authentication or add a dedicated SAML Login button.

You can set `datadogDefaultLoginOrganizationPublicID` or `datadogDefaultLoginOrganizationUUID` to identify the default organization passed as a parameter during login; if both are set, `datadogDefaultLoginOrganizationUUID` takes precedence.

`datadogDefaultLoginOrganizationPublicID` is available through the API.

`datadogDefaultLoginOrganizationUUID` is available by clicking **Log in to Mobile App** from **Personal Settings > My Organizations**.

### Preventing data leaks from your users{% #preventing-data-leaks-from-your-users %}

If you are concerned about the risk of data leaks from users, you can disable copy/paste and screenshots through standard configurations (for [iOS](https://www.appconfig.org/ios.html) and [Android](https://www.appconfig.org/android.html)). To further mitigate the risk of data leaks, the Datadog Mobile App offers the following features that you can enable at your discretion:

- **Disabling sharing from the app**, which removes every share button from Datadog mobile app product pages.*Note*: Mobile app share buttons create a link to the relevant product page which require authentication to view. Consider whether this default control is sufficient; disabling sharing from the mobile app may inhibit your teams' collaboration using the mobile app.
- **Disabling home-screen widgets**, which displays "Disabled by your organization" on the home screen widget in place of actual data from your monitors, incidents, SLOs, or dashboards.

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

- [Alerting](https://docs.datadoghq.com/monitors/)
- [Dashboards](https://docs.datadoghq.com/dashboards/)
- [Improve your on-call experience with Datadog mobile dashboard widgets](https://www.datadoghq.com/blog/datadog-mobile-widgets/)
