Thanks to visit codestin.com
Credit goes to github.com

Skip to content

docs: remove plans to license restrict oidc and git auth #5672

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 12, 2023
Merged
Changes from all 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
31 changes: 15 additions & 16 deletions docs/enterprise.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,21 @@ Coder is free to use and includes some features that are only accessible with a
[Contact Sales](https://coder.com/contact) for pricing or [get a free
trial](https://coder.com/trial).

| Category | Feature | Open Source | Enterprise |
| --------------- | --------------------------------------------------------------------------- | :------------: | :--------: |
| User Management | [Groups](./admin/groups.md) | | X |
| User Management | [OIDC](./admin/auth.md) | X<sup>\*</sup> | X |
| User Management | [SCIM](./admin/auth.md#scim) | | X |
| Governance | [Audit Logging](./admin/audit-logs.md) | | X |
| Governance | [Browser Only Connections](./networking.md#browser-only-connections) | | X |
| Governance | [Template Access Control](./admin/rbac.md) | | X |
| Cost Control | [Quotas](./admin/quotas.md) | | X |
| Cost Control | [Max Workspace Auto-Stop](./templates.md#configure-max-workspace-auto-stop) | | X |
| Deployment | [High Availability](./admin/high-availability.md) | | X |
| Deployment | [Service Banners](./admin/service-banners.md) | | X |
| Deployment | [Git Provider Integration](./admin/git-providers.md) | X<sup>\*</sup> | X |
| Deployment | Isolated Terraform Runners | | X |

<sup>\*</sup> Free for up to 20 users
| Category | Feature | Open Source | Enterprise |
| --------------- | --------------------------------------------------------------------------- | :---------: | :--------: |
| User Management | [Groups](./admin/groups.md) | | X |
| User Management | [SCIM](./admin/auth.md#scim) | | X |
| Governance | [Audit Logging](./admin/audit-logs.md) | | X |
| Governance | [Browser Only Connections](./networking.md#browser-only-connections) | | X |
| Governance | [Template Access Control](./admin/rbac.md) | | X |
| Cost Control | [Quotas](./admin/quotas.md) | | X |
| Cost Control | [Max Workspace Auto-Stop](./templates.md#configure-max-workspace-auto-stop) | | X |
| Deployment | [High Availability](./admin/high-availability.md) | | X |
| Deployment | [Service Banners](./admin/service-banners.md) | | X |
| Deployment | Isolated Terraform Runners | | X |

> Previous plans to restrict OIDC and Git Auth features in OSS have been removed
> as of 2023-01-11

## Adding your license key

Expand Down