diff --git a/docs/README.md b/docs/README.md index f795c674..63bd1775 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 diff --git a/docs/guides/authentication-setup.md b/docs/guides/authentication-setup.md index 9506e339..4ca7f4df 100644 --- a/docs/guides/authentication-setup.md +++ b/docs/guides/authentication-setup.md @@ -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