Add new article Configure redirect behavior#10868
Conversation
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 f2f0ebc: ✅ Validation status: passed
For more details, please refer to the build report. |
f2f0ebc to
be3dc67
Compare
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 be3dc67: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Pull request overview
Adds a new SharePoint Embedded documentation article describing how to configure fileStorageContainerType.settings.urlTemplate so Microsoft 365 search result click-throughs can redirect to an app-defined experience, and wires the article into the docs navigation.
Changes:
- Adds a new standalone article: Configuring redirect behavior (
configure-redirect-behavior.md). - Updates
docs/toc.ymlto include the new article under Development → Content Experiences.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/toc.yml | Adds a TOC entry pointing to the new redirect-behavior article. |
| docs/embedded/development/content-experiences/configure-redirect-behavior.md | New end-to-end guidance for configuring urlTemplate, including token reference, examples, troubleshooting, and limitations. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
Learn Build status updates of commit c3a5bb2: ✅ Validation status: passed
For more details, please refer to the build report. |
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 |
…oken-table updates Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
112fe95 to
181cc82
Compare
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 112fe95: ✅ Validation status: passed
For more details, please refer to the build report. |
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 181cc82: ✅ Validation status: passed
For more details, please refer to the build report. |
Category
Related issues
urlTemplatecontent originally proposed in #10798. If this PR merges first, the URL template section inoffice-experience.mdshould be removed (or that PR retargeted).What's in this Pull Request?
Adds a new standalone article documenting how to configure the
urlTemplatesetting on aSharePoint Embedded container type.
urlTemplatecontrols where Microsoft 365 redirectsusers when they select a search result for content stored in a container — sending them to
the application's own UI instead of the default Office viewer.
This content previously lived in the Office Experiences article (PR #10798), but
urlTemplateis its own feature with its own permission model, validation rules, andtroubleshooting surface, so it's better served as a dedicated article.
Changes
docs/embedded/development/content-experiences/configure-redirect-behavior.mdWhat the article covers
FileStorageContainerType.Manage.Alldelegated permission (application permissions aren't supported), andisDiscoverabilityEnabled = true.urlTemplate— requirements, syntax, the full list of supported tokens with descriptions, an end-to-end example, aPATCHsample againstUpdate fileStorageContainerType, and aGETto verify the value persisted.driveIdanditemId.null, tokens appear literally) mapped to their causes.Update fileStorageContainerTypeAPI, thefileStorageContainerTypeSettingsresource, custom container properties, and the SharePoint Embedded auth doc.Style and editorial
[!IMPORTANT]alert (within the 1–2 per article guidance).titlefront-matter field.