Changes

no edit summary
Line 3: Line 3:  
== Create App Registration i Azure Portal ==
 
== Create App Registration i Azure Portal ==
 
=== Create a new App Registration===
 
=== Create a new App Registration===
* Navigate to [https://portal.azure.com]] and navigate to App Registrations  
+
* Navigate to [https://portal.azure.com Azure Portal] and navigate to App Registrations  
 
* Choose New Registration
 
* Choose New Registration
 
* Type in a name
 
* Type in a name
Line 16: Line 16:     
=== Set API permissions ===
 
=== Set API permissions ===
* Navigate to API permissions and select Add a permission.
+
* Navigate to API permissions and select Add a permission
 
* Choose Dynamics CRM
 
* Choose Dynamics CRM
* Under Delegated permissions, select user_impersonation, and then Add permissions.
+
* Under Delegated permissions, select user_impersonation, and then Add permissions
    
== Add an Application user to Dataverse environment ==
 
== Add an Application user to Dataverse environment ==
Line 28: Line 28:     
== About Client Secrets ==
 
== About Client Secrets ==
The platform requires client secrets to be re-generated after as maximum 24 months. Make it a habit to have reminders so you don't forget to do this
+
The platform requires client secrets to be re-generated after as maximum 24 months. Make it a habit to have reminders so you don't forget to do this
    
== Microsoft Resources ==
 
== Microsoft Resources ==
 +
* [https://docs.microsoft.com/en-us/power-platform/admin/manage-application-users#create-an-application-user Manage application users in the Power Platform admin center]
 +
* [https://docs.microsoft.com/en-us/power-platform/admin/system-application-users System and application users]
 
== Community Resources ==
 
== Community Resources ==
 +
* [https://benediktbergmann.eu/2022/01/04/setup-a-service-principal-in-power-automate/ Setup a Service Principal in Power Automate] by Benedikt Bergmann 2022-01-04