Skip to content

Commit

Permalink
docs: OIDC config sample update (#41117)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasquale Tripodi authored Nov 21, 2023
1 parent 7820e68 commit 086870f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions config/config.apps.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -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**
*
Expand Down Expand Up @@ -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
*
Expand Down

0 comments on commit 086870f

Please sign in to comment.