Skip to content

docs: oauth2-provider fixes #19170

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions docs/admin/integrations/oauth2-provider.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# OAuth2 Provider (Experimental)

> ⚠️ **Experimental Feature**
>
> [!WARNING]
> The OAuth2 provider functionality is currently **experimental and unstable**. This feature:
>
> - Is subject to breaking changes without notice
Expand Down Expand Up @@ -232,8 +231,6 @@ This implementation follows established OAuth2 standards including [RFC 6749](ht
- Check [External Authentication](../external-auth/index.md) for configuring Coder as an OAuth2 client
- See [Security Best Practices](../security/index.md) for deployment security guidance

---
## Feedback

> 📝 **Feedback**
>
> This is an experimental feature under active development. Please report issues and feedback through [GitHub Issues](https://github.com/coder/coder/issues) with the `oauth2` label.
This is an experimental feature under active development. Please report issues and feedback through [GitHub Issues](https://github.com/coder/coder/issues) with the `oauth2` label.
2 changes: 1 addition & 1 deletion docs/ai-coder/mcp-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ https://coder.example.com/api/experimental/mcp/http
> [!NOTE]
> At this time, the remote MCP server is not compatible with web-based ChatGPT.

Users can authenticate applications to use the remote MCP server with OAuth2. An authenticated application can perform any action on the user's behalf. Fine-grained permissions are in development.
Users can authenticate applications to use the remote MCP server with [OAuth2](../admin/integrations/oauth2-provider.md). An authenticated application can perform any action on the user's behalf. Fine-grained permissions are in development.
5 changes: 5 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,11 @@
"title": "Hashicorp Vault",
"description": "Integrate Coder with Hashicorp Vault",
"path": "./admin/integrations/vault.md"
},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am fine with this location, but we should probably link to this doc if users find themselves in "External Authentication" looking for Coder as an OAuth2 provider.

Not blocking merge, for future consideration.

{
"title": "OAuth2 Provider",
"description": "Use Coder as an OAuth2 provider",
"path": "./admin/integrations/oauth2-provider.md"
}
]
},
Expand Down
Loading