mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
docs: link all enterprise features (#4368)
This commit is contained in:
@@ -77,6 +77,10 @@ Once complete, run `sudo service coder restart` to reboot Coder.
|
||||
|
||||
## SCIM
|
||||
|
||||
<blockquote class="info">
|
||||
SCIM is only available in the Enterprise Edition.
|
||||
</blockquote>
|
||||
|
||||
Coder supports user provisioning and deprovisioning via SCIM 2.0 with header
|
||||
authentication. Upon deactivation, users are [suspended](userd.md#suspend-a-user)
|
||||
and are not deleted. [Configure](./configure.md) your SCIM application with an
|
||||
|
||||
@@ -3,13 +3,17 @@
|
||||
Coder is free to use and includes some features that are only accessible with a paid license.
|
||||
Contact sales@coder.com to obtain a license.
|
||||
|
||||
Our Enterprise-only features include:
|
||||
These features are available in the enterprise edition:
|
||||
|
||||
- [Audit Logging](./audit-logs.md)
|
||||
- Browser Only Connections
|
||||
- Template RBAC
|
||||
- [Browser Only Connections](../networking.md#browser-only-connections)
|
||||
- [Quotas](./quotas.md)
|
||||
- [SCIM](./auth.md#scim)
|
||||
|
||||
And we're releasing these imminently:
|
||||
|
||||
- High Availability
|
||||
- Template RBAC
|
||||
|
||||
## Adding your license key
|
||||
|
||||
|
||||
Reference in New Issue
Block a user