|
1 | 1 | #OAuth2 Provider (Experimental)
|
2 | 2 |
|
3 |
| ->⚠️**Experimental Feature** |
4 |
| -> |
| 3 | +>[!WARNING] |
5 | 4 | >The OAuth2 provider functionality is currently**experimental and unstable**. This feature:
|
6 | 5 | >
|
7 | 6 | >- Is subject to breaking changes without notice
|
8 | 7 | >- May have incomplete functionality
|
9 | 8 | >- Is not recommended for production use
|
10 | 9 | >- Requires the`oauth2` experiment flag to be enabled
|
11 |
| -> |
| 10 | +> |
12 | 11 | >Use this feature for development and testing purposes only.
|
13 | 12 |
|
14 | 13 | Coder can act as an OAuth2 authorization server, allowing third-party applications to authenticate users through Coder and access the Coder API on their behalf. This enables integrations where external applications can leverage Coder's authentication and user management.
|
@@ -232,8 +231,6 @@ This implementation follows established OAuth2 standards including [RFC 6749](ht
|
232 | 231 | - Check[External Authentication](../external-auth/index.md) for configuring Coder as an OAuth2 client
|
233 | 232 | - See[Security Best Practices](../security/index.md) for deployment security guidance
|
234 | 233 |
|
235 |
| ---- |
| 234 | +##Feedback |
236 | 235 |
|
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. |