From 086870f555f33eb07817c0b279f4a53f0896b3b6 Mon Sep 17 00:00:00 2001 From: Pasquale Tripodi Date: Tue, 21 Nov 2023 17:36:44 +0100 Subject: [PATCH] docs: OIDC config sample update (#41117) --- config/config.apps.sample.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/config/config.apps.sample.php b/config/config.apps.sample.php index 6de1c77c3629..ac314227592c 100644 --- a/config/config.apps.sample.php +++ b/config/config.apps.sample.php @@ -305,8 +305,6 @@ * * Possible key: `openid-connect` ARRAY * - * Possible key: `openid-connect.basic_auth_guest_only` BOOL - * * * **Configure OpenID Connect - all possible sub-keys** * @@ -485,13 +483,6 @@ 'insecure' => true ], -/** - * Authenticate guests only with basic auth - * Only guests are able to log in using basic auth. Other users will need to use - * another auth mechanisms (such as OIDC). - */ -'openid-connect.basic_auth_guest_only' => false, - /** * App: Richdocuments *