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
-
Open the Microsoft Intune admin center.
-
Navigate to Apps → All Apps and select Create.
-
In the Select app type pane, under Store app types, select iOS store app.
-
Click Select.
Step 2: Search the App Store
-
Select Search the App Store.
-
Select your App Store country/region locale.
-
In the search box, type
Enpass Password Manager. -
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 |
|
|
Description |
Pre-filled — edit as needed for your company portal |
|
Publisher |
|
|
App Store URL |
|
|
Minimum operating system |
iOS 15.7 |
|
Applicable device type |
iPhone, iPad |
Optional fields (visible in the company portal):
|
Field |
Value |
|---|---|
|
Information URL |
|
|
Privacy URL |
|
|
Developer |
|
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
-
In the Intune Portal, navigate to Apps → iOS/iPadOS.
-
Under Manage apps, select Configuration.
-
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
-
Set Configuration settings format to Enter XML data.
-
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.