docs: add AADSTS700046 troubleshooting for Copilot Components in production M365 Copilot#10943
docs: add AADSTS700046 troubleshooting for Copilot Components in production M365 Copilot#10943vystartasv wants to merge 1 commit into
Conversation
…uction M365 Copilot Adds a troubleshooting section to the 'Build your first SharePoint Copilot App' tutorial covering the invalid_client / AADSTS700046 error that occurs when a Copilot Component iframe loads in production Microsoft 365 Copilot. Documents the brk- scheme reply URI and provides step-by-step instructions for tenant administrators to register it in Azure AD. Closes SharePoint#10942
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit ab700fa: ✅ Validation status: passed
For more details, please refer to the build report. |
|
@vystartasv / @andrewconnell : this is not the reply URL that should be added. The needed reply URL will be added automatically, let's hold with providing manual workarounds for now. |
|
@jansenbe should this be closed without merging based on your response? |
Closes #10942
Problem
When a Copilot Component is deployed to production Microsoft 365 Copilot, the component iframe fails during preload with:
The same component works correctly in the Copilot Workbench. The issue is that the
brk-<tenant-id>://m365.cloud.microsoftredirect URI is not registered on the SharePoint Online Web Client Extensibility Azure AD application.Fix
Added a Troubleshooting section to the deployment guide with:
Changes