oauth2-provider
Manage Coder OAuth2 provider settings
Usage
coder oauth2-provider
Description
Administrators can use these commands to change OAuth2 provider settings.
- Enable dynamic client registration (RFC 7591), allowing OAuth2/MCP clients to
self-register without an admin creating an app first:
$ coder oauth2-provider dcr enable
- Disable dynamic client registration. Clients that already registered are
unaffected; only new self-registration attempts are rejected:
$ coder oauth2-provider dcr disable
Subcommands
| Name | Purpose |
|---|---|
dcr | Manage OAuth2 dynamic client registration (RFC 7591) |

