Configuring Intune Exporter
The SCM integration with Intune Exporter enables you to automatically export client certificates and private keys from the SCM Sectigo Key Vault to Intune for use with mobile device management.
The Intune Exporter integration is only available if enabled for your account. For more information, contact your Sectigo account manager. |
The process of configuring Azure and SCM for Intune Exporter involves the following:
Prerequisites
SCM integration with Azure Intune Exporter requires the following:
-
An active Azure subscription.
-
Azure Global Administrator permissions.
-
Ensure SCM persons can be mapped to the corresponding Azure users by satisfying one of the following conditions:
-
(Suggested) The Principal Name (UPN) for the person account (client certificate) in SCM must be the same as the user name in Azure.
-
The Email for the person account (client certificate) in SCM must be the same as the mail attribute in Azure.
-
-
SCM Key Vault enabled for your account.
-
Access granted for the following Sectigo Certificate Manager public IP ranges:
-
91.199.212.0/24
-
91.209.196.0/24
-
91.212.12.0/24
-
Register an application in Azure
-
Log in to Microsoft Azure.
-
Create an application to connect to SCM.
-
Navigate to the App registrations page, and click New registration.
-
Enter a name for the application.
-
Select Accounts in this organizational directory only.
-
Click Register.
Save the Application (client) ID and Directory (tenant) ID for use when creating an Azure account in SCM.
-
-
Create a client secret.
-
Under the application, navigate to the Certificates & secrets page.
-
On the Client secrets tab, click New client secret.
-
Provide a description and expiration period for the client secret, and click Add.
Save the Value for use when creating an Azure account in SCM.
-
-
Set API permissions for the application.
-
Under the application, navigate to the API permissions page.
-
Click Add a permission, select
, select Application.Read.All, Directory.Read.All, User.Read.All, and click Add permissions. -
Click Add a permission, select
, select User.Read, and click Add permissions. -
Click Grant admin consent for <YourCompanyName>.
-
Now that the application is registered in Azure, you can create an Azure account in SCM. For more information, see Understanding Azure accounts. |
Configure Intune to use imported certificates
To configure your Intune infrastructure for using imported .pem
certificates, do the following:
-
Download, install, and configure the Certificate Connector for Microsoft Intune.
-
Build 'PFXImport PowerShell Project' cmdlets.
This step is not required if the file has already been provided to you by your Sectigo account manager. -
Create the encryption public key.
You must export the key in a
.pem
format using the following command:Export-IntunePublicKey -ProviderName “Microsoft Software Key Storage Provider” -KeyName “<KeyName>” -FILEFORMAT “PEM” -FilePath “<File path\Filename.PEM>”
-
Record your Key name and Public Key for use when configuring an Intune Exporter task in SCM.