Add troubleshooting documentation for AppForbidden DLP errors in CoE Admin Command Center #10791
+582
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
CoE Admin Command Center custom pages (CoE Flows, Environment Variables) fail with
AppForbiddenerror when DLP policies block Dataverse domain (*.crm.dynamics.com) scripts. Custom pages dynamically load JavaScript from the Dataverse environment URL, which strict DLP policies prevent.Changes
New Documentation
docs/troubleshooting/app-forbidden-dlp-error.md- Primary troubleshooting guide covering:*.dynamics.comscripts)docs/ISSUE-RESPONSE-AppForbidden-DLP.md- Response templates for maintainers with diagnostic questions and escalation criteriadocs/ISSUE-RESOLUTION-AppForbidden-CoE-Admin-Command-Center.md- Specific analysis for this issue patternUpdated Documentation
*.dynamics.com) to prerequisites and AppForbidden to common issuesResolution Path
Users encountering this error need to:
*.dynamics.com,*.crm.dynamics.com,*.powerapps.comto domain allowlist (if advanced DLP settings exist)Workaround: Access flows directly via
make.powerautomate.comor PowerShell cmdlets.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/search/issuesimport json
import urllib.request
import urllib.parse
Search for similar issues via GitHub API
query = 'repo:microsoft/coe-starter-kit AppForbidden OR "App forbidden" OR "data loss prevention" OR DLP'
url = f'REDACTED{ur` (http block)
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.