docs(okta): expand the Okta MCP server setup page - #431
Open
leet-c1 wants to merge 1 commit into
Open
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Add accurate Okta API scope documentation and tighten the OIDC app setup: - New "Okta API scopes" section: a table of the 15 default read scopes and what each grants, a note that they are Okta administrator scopes limited by the authorizing account's admin role, and how to add okta.*.manage scopes for write tools. - Precise app-creation steps: grant scopes on the app's "Okta API Scopes" tab, the exact redirect URI, and client ID/secret retrieval. - Clarify the read-only default and the per-user vs service-mode choice given that Okta management scopes require an admin role. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
leet-c1
force-pushed
the
leet/okta-mcp-docs
branch
from
July 30, 2026 00:11
fae73c6 to
265daa4
Compare
leet-c1
marked this pull request as ready for review
July 30, 2026 00:12
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.
Expands the Okta MCP server setup page with accurate scope documentation and a tighter app-creation flow. Okta isn't multi-product like the Google Cloud setup guide, so this stays a single, detailed page.
What changed
okta.*.managescopes to enable write tools.Verified with
mint broken-links(no new broken links; in-page anchors resolve). Scope set and read-only default reflect the connector's configured scopes.Opening as a draft for review.