docs: replace the oauth2 experiment with CODER_OAUTH2_PROVIDER_ENABLE - #29268
Draft
BobbyHo wants to merge 2 commits into
Draft
docs: replace the oauth2 experiment with CODER_OAUTH2_PROVIDER_ENABLE#29268BobbyHo wants to merge 2 commits into
BobbyHo wants to merge 2 commits into
Conversation
The OAuth2 provider page, the MCP server page and the feature stages page told admins to enable the oauth2 experiment, which no longer has any effect. They now show CODER_OAUTH2_PROVIDER_ENABLE in CLI, env, YAML and Helm forms, and the provider page drops the experimental framing.
Contributor
Docs previewCheck off each page once it's been reviewed. If a page changes in a later push, its checkbox clears automatically so it gets a fresh look. Pages not yet wired into the docs navigation aren't listed here. |
This was referenced Sep 12, 2026
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.
TL;DR
Last of five for PLAT-492. The docs no longer tell admins to enable the
oauth2experiment. The OAuth2 provider page, the MCP server page and the feature stages page showCODER_OAUTH2_PROVIDER_ENABLEinstead.oauth2experiment a no-op with a startup warning.Changes
docs/admin/integrations/oauth2-provider.md: the title and callout drop "experimental". The Enable section shows the CLI flag, env var, YAML key and Helmcoder.envforms. The troubleshooting entry becomes "OAuth2 endpoints return 404". The limitations and feedback sections drop the experimental framing.docs/ai-coder/mcp-server.md: prerequisites become the flag plusCODER_EXPERIMENTS=mcp-server-http. The OAuth2 note and troubleshooting bullet name the flag.docs/install/releases/feature-stages.md: one sentence in the GA section says a few GA features are off by default, naming the provider.Release note draft