From ccfd43f6ef7fcae40ace7589c796694bee5c7853 Mon Sep 17 00:00:00 2001 From: Keval Kapdee Date: Wed, 3 Jan 2024 23:39:41 +0000 Subject: [PATCH] Update docs/content/config/environment.md Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com> --- docs/content/config/environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/config/environment.md b/docs/content/config/environment.md index bb61ff35..d1a84ed2 100644 --- a/docs/content/config/environment.md +++ b/docs/content/config/environment.md @@ -63,7 +63,7 @@ Configures the provisioning source of user accounts (including aliases) for user - **empty** => use FILE - LDAP => use LDAP authentication -- OAUTH2 => use OAUTH2 authentication (**not yet implemented**) +OIDC => use OIDC authentication (**not yet implemented**) - FILE => use local files (this is used as the default) A second container for the ldap service is necessary (e.g. [`bitnami/openldap`](https://hub.docker.com/r/bitnami/openldap/)).