Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added PPAC API urls to be allow listed #2082

Merged
merged 5 commits into from
Aug 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions power-platform/admin/online-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ description: Provides information about URLs and IP addresses to be added to the
author: KumarVivek
ms.component: pa-admin
ms.topic: conceptual
ms.date: 03/06/2023
ms.date: 08/04/2023
ms.subservice: admin
ms.author: kvivek
contributors:
- shazichuanshuo
- garrettm-msft
- garrettm-msft
- nanivijay
ms.contributors:
- viotti
search.audienceType:
- admin
---
Expand Down Expand Up @@ -55,9 +58,10 @@ Add the following URLs to the allow list to use Dynamics 365 apps such as Dynami
| `https://urs.microsoft.com` | Required for Microsoft defender SmartScreen filtering. |
| https://crl.microsoft.com/pki/crl/products/microsoftrootcert.crl | Required for Certification Revocation List checks. |
| https://dynamics.microsoft.com | |
| https://*.api.powerplatform.com and https://api.powerplatform.com | Required for Power Platform API connectivity used internally by Microsoft products and admin automation scenarios as [documented here](programmability-extensibility-overview.md).
| https://*.api.powerplatform.com and https://api.powerplatform.com | Required for Power Platform API connectivity and used internally by Microsoft products and admin automation scenarios as described in [Programmability and extensibility overview](programmability-extensibility-overview.md). |
| https://mem.gfx.ms | Me Control is a Microsoft feature that provides a consistent way for users to do core authentication functions like signing in, switching between accounts and more. |
| https://www.d365ccafpi.com | d365ccafpi service exposes a controller endpoint for token change to achieve client side first party integration with external service from PCF control |
| https://api.admin.powerplatform.microsoft.com | Required to call Power Platform admin center service in public cloud.|

> [!IMPORTANT]
> - If you are Government cloud customer, go to [Dynamics 365 US Government URLs](microsoft-dynamics-365-government.md#dynamics-365-us-government-urls)
Expand Down