- Notifications
You must be signed in to change notification settings - Fork1k
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
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# OAuth2 Provider (Experimental) | ||
> [!WARNING] | ||
stirby marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
> The OAuth2 provider functionality is currently **experimental and unstable**. This feature: | ||
> | ||
> - Is subject to breaking changes without notice | ||
@@ -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 | ||
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. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -718,6 +718,11 @@ | ||
"title":"Hashicorp Vault", | ||
"description":"Integrate Coder with Hashicorp Vault", | ||
"path":"./admin/integrations/vault.md" | ||
}, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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" | ||
} | ||
] | ||
}, | ||
Uh oh!
There was an error while loading.Please reload this page.