Add DCR redirect URI allowlist setting to integrations config docs#8807
Add DCR redirect URI allowlist setting to integrations config docs#8807Combs7th wants to merge 4 commits intov11.5-documentationfrom
Conversation
* update docs --------- Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
* Update deprecated-features.rst * Update deprecated-features.rst --------- Co-authored-by: Eric Sethna <14333569+esethna@users.noreply.github.com>
Documents the new DCRRedirectURIAllowlist config.json setting and System Console field added in Mattermost server v11.5 for OAuth Dynamic Client Registration (DCR) security. Co-authored-by: Combs7th <Combs7th@users.noreply.github.com>
|
@nickmisasi - Tagging you for dev review. Do the above changes look accurate? |
|
Newest code from mattermost has been published to preview environment for Git SHA bca8f38 |
| DCR redirect URI allowlist | ||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| A list of permitted redirect URIs for OAuth Dynamic Client Registration (DCR). Enter one redirect URI per line. When configured, only OAuth clients that register via the DCR endpoint (``POST /api/v4/oauth/apps/register``) with a redirect URI matching an entry in this list will be accepted. Leave blank to allow any redirect URI. |
There was a problem hiding this comment.
The redirect URI's are comma separated not line separated
|
There's also a bunch of slack import stuff in here I'm not sure if is intentional. I am not the best person to review those docs |
|
@claude, please revise the docs update to address the following review feedback:
|
|
Claude finished @Combs7th's task in 5m 36s —— View job Changes completed
Here's a summary of what was done: Fix: Redirect URI description corrected In Unrelated changes removed The two other modified files were changed by unrelated commits that were in the branch history but not part of this PR's scope:
This PR now only contains the DCR redirect URI allowlist documentation changes, as intended. |
- Update DCR redirect URI allowlist description to correctly state that URIs are comma-separated (not line-separated), addressing review feedback - Revert migrate-from-slack.rst to its pre-PR state (changes from PR #8741 are unrelated to this DCR feature and should not be in this PR) - Revert deprecated-features.rst to its pre-PR state (changes from PR #8804 are unrelated to this DCR feature and should not be in this PR) Co-authored-by: Combs7th <Combs7th@users.noreply.github.com>
|
Newest code from mattermost has been published to preview environment for Git SHA 0fdaccf |
|
@nickmisasi - I think the 2nd round of corrections that Claude helped with above are likely accurate now. Is there any dev you'd recommend I add here for technical review before we move to Eric for the merging? |
Documents the new DCR Redirect URI Allowlist config.json setting and System Console field added in Mattermost server v11.5 for OAuth Dynamic Client Registration (DCR) security (MM-67605).
Closes #8806
Generated with Claude Code