Loading...

Create a service principal with Power Platform CLI

Create a service principal with Power Platform CLI
Create a service principal with Power Platform CLI Stephane Pelhatre Thu, 03/28/2024 - 14:46
Body

Create a service principal with Power Platform CLI

Introduction

To perform an integration with Dynamics 365 you typically need to set up a service principal in Azure.
To achieve this goal you must complete several steps:

  • Create an Azure App Registration
  • Create a secret for that App Registration
  • Set up API permissions for Dynamics 365
  • Create an Application User in the Power Platform Admin Center
  • Assign permissions to the Application User

A tutorial to perform those actions : https://dynamics-chronicles.com/article/step-step-connect-d365-clientsecret-use-apis

All these manual steps take time. But you can perform them with a Powershell command (pac admin create-service-principal).

Create your service principal

First you have to install Power Platform CLI on your machine.
Power Platform CLI is a command-line interface used to perform various operations in the Power Platform related to environment lifecycle, authentication, and work with Dataverse environments, solution packages, portals, code components.

You can download the MSI file here : https://aka.ms/PowerAppsCLI
Power Platform CLI reference guide : https://learn.microsoft.com/en-us/power-platform/developer/cli/reference/tool

After installing Power Platform CLI open a Powershell command prompt and type the command pac to check that the installation was successful.

Create a service principal with Power Platform CLI

Then type the following command to update to the latest version.

 pac install latest

Next step is to connect to your Dataverse environment with an authentication profile.
To get a list of all authentication profiles type the following command :

pac auth list

Create a service principal with Power Platform CLI

As you can see I have no authentication profile installed.
To create a profile type the following command:

pac auth create -env 

is the environment id of your organisation, which you will find in the Power Platform Admin Center.

Create a service principal with Power Platform CLI

You will be asked to provide your credentials. Below the result :

Create a service principal with Power Platform CLI

The last step is to use the command below :

pac admin create-service-principal  --environment 

Create a service principal with Power Platform CLI

Now you can check the result in your Azure Portal.
As you can see below a new App Registration has been created.


07

A secret with one year validity has been created for the App Registration.


08

And correct permissions have also be added.


09

You can see your new application user in the Power Platform Admin Center.


10
The application user has the security role 'System administrator'.
It is the default security role when you use the command pac admin create-service-principal.
If you want to associate another security role you have to use the option --role.

pac admin create-service-principal  --environment  --role 

Where is the name or ID of security role to be applied to the application user.
Below the command to create a service principal with security role 'Sales Manager' assigned to the application user.


Create a service principal with Power Platform CLI

Create a service principal with Power Platform CLI

Published on:

Learn more
Featured Articles | Dynamics Chronicles
Featured Articles | Dynamics Chronicles

Welcome to our blog, the content is entirely dedicated to Microsoft Dynamics 365, CRM, Power Platform, Common Data Service (CDS) but also Azure. Follow us !

Share post:

Related posts

How to Integrate Databricks to Dynamics 365 via a Custom Power Platform Connector

Organizations often use multiple platforms to manage their operations. While Microsoft Dynamics 365 excels at customer relationship management...

18 hours ago

Microsoft 365 & Power Platform Community Call – September 11th, 2025 – Screenshot Summary

Call Highlights   SharePoint Quicklinks: Primary PnP Website: https://aka.ms/m365pnp Documentation & Guidance SharePoint Dev Videos Issues...

4 days ago

Microsoft 365 & Power Platform Call (Microsoft Speakers) – September 9th, 2025 – Screenshot Summary

Call Highlights   SharePoint Quicklinks: Primary PnP Website: https://aka.ms/m365pnp Documentation & Guidance SharePoint Dev Videos I...

6 days ago

TLDR: Microsoft Power Platform 2025 Release Wave 2

The Future of AI-Enabled Selling is Here If you’ve been waiting for a game-changing update to your Microsoft Power Platform experience, the 20...

9 days ago

Microsoft Copilot Studio – Build enhanced connectors with the Power Platform Connector SDK and PowerFx

We are announcing the ability to create enhanced connectors for makers in Power Apps and Copilot Studio. This feature will reach general avail...

11 days ago

Power Platform admin center – Manage agent security with enhanced admin controls

We are announcing the ability to govern Copilot agent development in your environments and enforce governance policies for Copilot agents. Thi...

11 days ago

MVPMDEVANEY For $100 Off Power Platform Conference 2025

Use my Power Platform Conference 2025 Discount Code: MVPDEVANEY for $100 off registration. Follow this ... The post MVPMDEVANEY For $100 Off P...

13 days ago

Microsoft 365 & Power Platform Call (Microsoft Speakers) – September 2nd, 2025 – Screenshot Summary

Call Highlights   SharePoint Quicklinks: Primary PnP Website: https://aka.ms/m365pnp Documentation & Guidance SharePoint Dev Videos Issues...

13 days ago
Stay up to date with latest Microsoft Dynamics 365 and Power Platform news!
* Yes, I agree to the privacy policy