Skip to content

Commit

Permalink
Update app-registration-strategy.md
Browse files Browse the repository at this point in the history
Corrected copy/paste issue in Power Platform API Permissions

Source: 
https://learn.microsoft.com/en-us/power-platform/guidance/alm-accelerator/setup-admin-tasks#add-permissions-to-the-app-registration

"Select the APIs my organization uses tab. Search for and select PowerApps-Advisor, and then select Delegated permissions and Analysis.All (admin consent not required).

This permission is required to run static analysis through the app checker."
  • Loading branch information
timrefw committed May 8, 2024
1 parent d31f0df commit f5dd9b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Although this strategy is the easiest to manage, it violates the principle of le
|------------------|-------------------------|-------------|
| Single app registration for all purposes | Azure DevOps - user_impersonation - Delegated | The ALM Accelerator canvas app needs Azure DevOps API permissions to communicate with Azure DevOps. |
| Single app registration for all purposes | Dynamics CRM - user_impersonation - Delegated | The pipeline to export solutions from maker development environments and deploy solutions to the validation, test, and production environments needs permissions to use the Power Platform (Dynamics CRM) API to perform solution operations. |
| Single app registration for all purposes | Power Apps Advisor - user_impersonation - Delegated | The pipeline to deploy solutions to the validation environment needs permissions to use the Power Apps Advisor service to run the solution checker task. |
| Single app registration for all purposes | Power Apps Advisor - Analysis.All - Delegated - Admin consent not required | The pipeline to deploy solutions to the validation environment needs permissions to use the Power Apps Advisor Analysis service to run the solution checker task. |

### One app registration for Azure DevOps and one for Power Platform

Expand Down Expand Up @@ -110,4 +110,4 @@ The following table shows how you can further align with the principle of least
> [!div class="nextstepaction"]
> [Pipelines deployment settings](./deployment-settings-payload.md)
[!INCLUDE [footer-include](../../includes/footer-banner.md)]
[!INCLUDE [footer-include](../../includes/footer-banner.md)]

0 comments on commit f5dd9b0

Please sign in to comment.