Last updated: July 24, 2026

How to enable conditional access for Zoho Mail?  

This guide explains how to enforce conditional access for Zoho Mail on iOS and Android so only devices managed by MDM can access corporate email accounts. For each platform, administrators add the Zoho Mail app to the App Repository and configure it with a conditional access token (via an XML file for iOS, or a configuration field for Android), then distribute the app to devices or groups through the App Catalog or silent installation. Users must then access their accounts through the app installed via the Self Service app rather than a direct store download.

Description

Organizations that have adopted a BYOD environment must ensure corporate data remains secure on users' iOS devices, while for Android, this applies to both corporate-owned and personal (BYOD) devices. A common challenge is employees accessing corporate email accounts from unauthorized devices once they have their credentials. To prevent this, MDM supports conditional access policies, allowing admins to revoke access from unauthorized devices.

For Exchange, this policy can be configured directly from the MDM server by following the steps provided in this document. If your organization uses Zoho Mail as its corporate email service, the Zoho Mail app must be configured using Managed App Configurations.

Add the Zoho Mail App for iOS

Pre-requisites

  • Zoho Mail app must be present in the App Repository.
  • The App Configurations XML file for Zoho Mail, provided by the app developer, for iOS devices.

Steps to Add the Zoho Mail App for iOS

  • Navigate to Device Mgmt->App repository, click on the Zoho Mail for iOS devices in the App Repository.
  • Navigate to Configurations tab and upload the following XML file. If you are looking to configure other settings in Zoho Mail, include the following key and string combination in the XML file available here. 

      <?xml version="1.0" encoding="UTF-8"?>
      <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
      <plist version="1.0">
      <dict>
      <key>mdm_restrict_login</key>
      <string>%conditional_access_token%</string>
      </dict>
      </plist>
       
  • click on save.

Add the Zoho Mail App for Android

Pre-requisites

Steps to Add the Zoho Mail App for Android

  • Navigate to Device Mgmt->App repository, click on the Zoho Mail for Android devices in the App Repository.
  • Click on the Configuration tab, enter %conditional_access_token% for the key Conditional Access Token. Click on Save.

Steps to Distribute the App to Managed Devices

  • Navigate to Device Mgmt->App repository, click on the Zoho Mail (android/iOS).
  • Clcik on Distribute.
  • Select the group(s)/device(s) to which the apps must be associated.
  • Choose the Distribution Type Distribute it to App Catalog or Silent installation. if Distribute it to App Catalog chosen, then the app is distributed to the App Catalog in the Self Service app (previously ME MDM app) on the device, from where the user can install the app.
  • Check the Notify users by email upon distributing the app check box if you want to notify the user.
  • Click on Distribute App to distribute the app to the desired devices/groups.

How Users Access Their Accounts from Distributed Apps

When Conditional Access for Zoho Mail is enabled on devices, users will not be able to access their accounts through the app downloaded directly from the Play Store or App Store. They must install the app from the App Catalog within the Self Service app (previously ME MDM app). Follow the below steps to install the app from the Self Service app (previously ME MDM app) Catalog.

Note: If silent app distribution is chosen during the app distribution process, the app will be automatically installed on Android devices. However, for iOS devices, users will need to manually approve the app installation to complete the process on their devices.

  • Open the Self Service app (previously ME MDM app). Click on the App catalog.
  • Choose the Zoho Mail app. Click on Install to install the app. Upon installation the App will be available inside the Self Service app (previously ME MDM app).
  • Open the Zoho mail app available inside the Self Service app (previously ME MDM app). User need to provide their work credentials to access their work account.

Frequently asked questions

Why can't users download Zoho Mail directly from the Play Store or App Store once conditional access is enabled?

Once Conditional Access for Zoho Mail is enabled, users must install the app from the App Catalog inside the Self Service app instead; the version downloaded directly from the Play Store or App Store won't be able to access their accounts.

What configuration value do I need to enter for the Zoho Mail Android app?

Enter %conditional_access_token% for the Conditional Access Token key on the app's Configuration tab, then save.

Do users need to manually install the app on both Android and iOS?

Only on iOS. If silent installation is chosen during distribution, Android devices install the app automatically, but iOS users must manually approve the installation to complete it.