Do I need `ldap bind_password` if I'm using OpenID Connect?

I’m trying to setup OCIS with Authelia, but I have a question. Do I need to set ldap bind_password, or any of the other LDAP stuff if I’m using OIDC? I’d rather not as it seems unnecessary.

It’s complaining to me though:

The ldap bind_password has not been set properly in your config for auth-basic

I’d don’t even want to use auth-basic.

This is my current configuration:

GATEWAY_STORAGE_USERS_MOUNT_ID=REDACTED
OCIS_JWT_SECRET=REDACTED
OCIS_MACHINE_AUTH_API_KEY=REDACTED
OCIS_OIDC_ISSUER="https://auth.haddock.cc"
OCIS_SERVICE_ACCOUNT_ID=REDACTED
OCIS_SERVICE_ACCOUNT_SECRET=REDACTED
OCIS_SYSTEM_USER_API_KEY=REDACTED
OCIS_SYSTEM_USER_ID=REDACTED
OCIS_TRANSFER_SECRET=REDACTED
PROXY_AUTOPROVISION_ACCOUNTS=true
PROXY_OIDC_REWRITE_WELLKNOWN=true
STORAGE_USERS_MOUNT_ID=REDACTED
WEB_OIDC_CLIENT_ID=REDACTED

I’m using OCIS 5.0.7