const _handleLDAPAuthentication = function (request, response, next) {
  const strategyId = AuthenticationUtil.getStrategyId(
    request.tenant,
    AuthenticationConstants.providers.LDAP
  );