Skip to content

Commit 5115a22

Browse files
stevsmitSteven Smith
andauthored
Removes .debuglog variable from OIDC docs (#1382)
Co-authored-by: Steven Smith <[email protected]>
1 parent db6c6b5 commit 5115a22

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/oidc-config-fields.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ You can configure {productname} to authenticate users through any OpenID Connect
2525
(Required) | String | The registered client secret for this {productname} instance. +
2626
+
2727
**Example:** `e4a58ddd3d7408b7aec109e85564a0d153d3e846`
28-
| **{nbsp}{nbsp}{nbsp}.DEBUGLOG** |Boolean | Whether to enable debugging.
2928
| **{nbsp}{nbsp}{nbsp}.LOGIN_BINDING_FIELD** |String | Used when the internal authorization is set to LDAP. {productname} reads this parameter and tries to search through the LDAP tree for the user with this username. If it exists, it automatically creates a link to that LDAP account.
3029
| **{nbsp}{nbsp}{nbsp}.LOGIN_SCOPES** | Object | Adds additional scopes that {productname} uses to communicate with the OIDC provider.
3130
| **{nbsp}{nbsp}{nbsp}.OIDC_ENDPOINT_CUSTOM_PARAMS** | String | Support for custom query parameters on OIDC endpoints. The following endpoints are supported:
@@ -59,7 +58,6 @@ AUTHENTICATION_TYPE: OIDC
5958
<oidc_provider>_LOGIN_CONFIG:
6059
CLIENT_ID: <client_id>
6160
CLIENT_SECRET: <client_secret>
62-
DEBUGLOG: true
6361
LOGIN_BINDING_FIELD: <login_binding_field>
6462
LOGIN_SCOPES:
6563
- openid

0 commit comments

Comments
 (0)