Update from code changes: document OAuth group claims - #6887
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Bugbot is paused — on-demand spend limit reachedBugbot uses usage-based billing for this team and has hit its on-demand spend limit. A team admin can raise the spend limit in the Cursor dashboard, or wait for the next billing cycle to continue. |
ethanpalm
approved these changes
Aug 6, 2026
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Document OAuth token claims as an alternative to the Info API for group-based access control, including opt-in delimiter behavior. See server PR #7262.
Changes
source,groupsClaim, andgroupsDelimiterconfiguration.Note
Low Risk
Documentation-only changes to authentication setup guides; no application or security logic is modified.
Overview
Documents OAuth token claims as an alternative to the Info API URL for group-based access control on private docs sites.
The OAuth section now explains configuring
source(id_tokenoraccess_token),groupsClaim, and optionalgroupsDelimiter(1–4 characters), including how string claims are split, whitespace is trimmed, empty segments are ignored, and array claims are handled. Info API URL copy is softened so it is one option for groups, not the only path; the optional user-info step is retitled to focus on group access via the Info API approach.The same OAuth updates land in English, Spanish, French, and Chinese
authentication-setuppages. Spanish, French, and Chinese also wrap major tab subsections in<div id="...">anchors for deep linking. The Chinese page description frontmatter is expanded to mention OAuth token claims and Info API.Reviewed by Cursor Bugbot for commit 791305c. Bugbot is set up for automated code reviews on this repo. Configure here.