Skip to content

Commit c94333d

Browse files
authored
docs: oauth2-provider fixes (#19170)
Adds the oauth2-provider doc page to the manifest so it's rendered in the docs, fixes formatting in the oauth2-provider doc, and links to it from the MCP doc. To see the formatting issues, visit https://coder.com/docs/@4bcf44a/admin/integrations/oauth2-provider. To see the doc after the fixes, visit https://coder.com/docs/@f05969a/admin/integrations/oauth2-provider.
1 parent 247efc0 commit c94333d

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

docs/admin/integrations/oauth2-provider.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# OAuth2 Provider (Experimental)
22

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

235-
---
234+
## Feedback
236235

237-
> 📝 **Feedback**
238-
>
239-
> 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.
236+
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.

docs/ai-coder/mcp-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ https://coder.example.com/api/experimental/mcp/http
5555
> [!NOTE]
5656
> At this time, the remote MCP server is not compatible with web-based ChatGPT.
5757
58-
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.
58+
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.

docs/manifest.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,11 @@
718718
"title": "Hashicorp Vault",
719719
"description": "Integrate Coder with Hashicorp Vault",
720720
"path": "./admin/integrations/vault.md"
721+
},
722+
{
723+
"title": "OAuth2 Provider",
724+
"description": "Use Coder as an OAuth2 provider",
725+
"path": "./admin/integrations/oauth2-provider.md"
721726
}
722727
]
723728
},

0 commit comments

Comments
 (0)