Skip to content

Commit 7e13573

Browse files
committed
update pkce to environment variables
1 parent 3abcc34 commit 7e13573

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/config/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ This document contains all the environment variables which are available for thi
103103
| `OIDC_LOCAL_AUTHENTICATION_ENABLED` | Boolean | When enabled, users with passwords will still be able to login locally. If disable, only OpenID Connect will be available. | true |
104104
| `OIDC_NAME` | String | The name of the OIDC provider as shown in the UI | OIDC Provider |
105105
| `OIDC_ISSUER` | String | The OIDC issuer URL | |
106-
| `OIDC_PKCE` | Boolean | Option to enable Proof Key for Code Exchange by OAuth Public Clients |
106+
| `OIDC_PKCE` | Boolean | Option to enable Proof Key for Code Exchange by OAuth Public Clients | false |
107107
| `OIDC_IDENTIFIER` | String | The client ID for OIDC | |
108108
| `OIDC_SECRET` | String | The client secret for OIDC | |
109109
| `OIDC_SCOPES` | Array of strings | Scopes to request from the OIDC server. | openid,email |

0 commit comments

Comments
 (0)