You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/latest/plugins/ldap-auth.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ For Route:
55
55
| use_tls | boolean | False |`false`| If set to `true` uses TLS. |
56
56
| tls_verify| boolean | False |`false`| Whether to verify the server certificate when `use_tls` is enabled; If set to `true`, you must set `ssl_trusted_certificate` in `config.yaml`, and make sure the host of `ldap_uri` matches the host in server certificate. |
57
57
| uid | string | False |`cn`| uid attribute. |
58
+
| hide_credentials | boolean | False |`false`| If true, do not pass the `Authorization` request header to the Upstream service. The header carries the directory password, which is usually reusable beyond this API. |
58
59
| realm | string | False | ldap | The realm to include in the `WWW-Authenticate` header when authentication fails. |
0 commit comments