Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ The Team Operator is a Kubernetes operator that manages the deployment and confi
## Overview

The Team Operator automates the deployment and lifecycle management of:
- **Workbench** - Interactive development environment
- **Connect** - Publishing and sharing platform
- **Package Manager** - Package repository management
- **Chronicle** - Telemetry and monitoring
- **Posit Workbench** - Interactive development environment
- **Posit Connect** - Publishing and sharing platform
- **Posit Package Manager** - Package repository management
- **Posit Chronicle** - Telemetry and monitoring
- **Keycloak** - Authentication and identity management

## Architecture
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/authentication-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ Team Operator supports three authentication types:
| Type | Value | Use Case |
|------|-------|----------|
| Password | `password` | Development, simple deployments |
| OIDC | `oidc` | Enterprise SSO with OAuth2/OpenID Connect |
| SAML | `saml` | Enterprise SSO with SAML 2.0 |
| OpenID Connect (OIDC) | `oidc` | Enterprise SSO with OAuth2/OpenID Connect |
| Security Assertion Markup Language (SAML) | `saml` | Enterprise SSO with SAML 2.0 |

## OIDC Configuration

Expand Down