Packaging Enpass for iOS via Microsoft Intune

This guide covers deploying Enpass Password Manager to iOS devices using Microsoft Intune. It consists of two parts: deploying the app from the App Store, and creating an App Configuration Policy to apply org policy keys.

Part 1: Deploy the App

Step 1: Add the App in Intune

  1. Open the Microsoft Intune admin center.

  2. Navigate to Apps → All Apps and select Create.

  3. In the Select app type pane, under Store app types, select iOS store app.

  4. Click Select.

Step 2: Search the App Store

  1. Select Search the App Store.

  2. Select your App Store country/region locale.

  3. In the search box, type Enpass Password Manager.

  4. Select Enpass Password Manager from the results, then click Select.

Step 3: App Information

On the App information page, fill in or confirm the following:

Field

Value

Name

Enpass Password Manager

Description

Pre-filled — edit as needed for your company portal

Publisher

Enpass Technologies Inc.

App Store URL

https://apps.apple.com/us/app/enpass-password-manager/id455566716

Minimum operating system

iOS 15.7

Applicable device type

iPhone, iPad

Optional fields (visible in the company portal):

Field

Value

Information URL

https://support.enpass.io

Privacy URL

https://www.enpass.io/privacy-notice

Developer

Enpass Technologies Inc.

Click Next.

Step 4: Assignments

Select the group assignments for the app and click Next.

Step 5: Review + Create

Review your settings and click Create.

Part 2: Create the App Configuration Policy

The App Configuration Policy applies policy-enforced and policy-email to each user's device at app launch.

Step 1: Create the Policy

  1. In the Intune Portal, navigate to Apps → iOS/iPadOS.

  2. Under Manage apps, select Configuration.

  3. Click Create and select Managed devices.

Step 2: Basics

Field

Value

Name

Enter a name for this policy

Description

Optional

Device enrollment type

Pre-selected

Platform

iOS/iPadOS

Targeted app

Enpass Password Manager

Click OK, then Next.

Step 3: Configuration Settings

  1. Set Configuration settings format to Enter XML data.

  2. Paste the following XML:

<dict>
  <key>policy-enforced</key>
  <string>true</string>
  <key>policy-email</key>
  <string>{{mail}}</string>
</dict>

{{mail}} is automatically resolved to the enrolled user's email address by Intune.

Click Next.

Step 4: Assignments

Select the group assignments for the policy and click Next.

Step 5: Review + Create

Review your settings and click Create.