Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
hugodutka merged 2 commits intomainfromhugodutka-oauth2-formatting-fixes
Aug 4, 2025
Merged
Show file tree
Hide file tree
Changes fromall 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 deletionsdocs/admin/integrations/oauth2-provider.md
View file
Open in desktop
Original file line numberDiff line numberDiff 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 DownExpand 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 deletiondocs/ai-coder/mcp-server.md
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsdocs/manifest.json
View file
Open in desktop
Original file line numberDiff line numberDiff 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.

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

[8]ページ先頭

©2009-2025 Movatter.jp